Changeset 294691 in webkit
- Timestamp:
- May 23, 2022, 3:53:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/editing/IndentOutdentCommand.cpp
r292810 r294691 165 165 if (splitPointParent->hasTagName(blockquoteTag) 166 166 && !splitPoint->hasTagName(blockquoteTag) 167 && splitPointParent->parentNode() 167 168 && splitPointParent->parentNode()->hasEditableStyle()) // We can't outdent if there is no place to go! 168 169 splitElement(downcast<Element>(*splitPointParent), *splitPoint);
Note:
See TracChangeset
for help on using the changeset viewer.