Home
last modified time | relevance | path

Searched refs:isParagraphHead (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2941 bool isParagraphHead = true; in HandleUserGestureEvent() local
2949 if (isParagraphHead && !selectedRects.empty()) { in HandleUserGestureEvent()
2957 isParagraphHead = false; in HandleUserGestureEvent()
2959 if (!isParagraphHead && item->content.back() == '\n') { in HandleUserGestureEvent()
2960 isParagraphHead = true; in HandleUserGestureEvent()