@flozy/editor 4.3.3 → 4.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -151,7 +151,7 @@ const RnD = props => {
|
|
|
151
151
|
// to prevent auto scroll to top
|
|
152
152
|
// when no editor.selection
|
|
153
153
|
if (!editor.selection) {
|
|
154
|
-
Transforms.select(editor, Editor.end(editor, []));
|
|
154
|
+
// Transforms.select(editor, Editor.end(editor, []));
|
|
155
155
|
}
|
|
156
156
|
switch (e.detail) {
|
|
157
157
|
case 1:
|