@flozy/editor 4.3.3 → 4.3.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -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:
|