@ylzcc/editor 0.3.21 → 0.4.0
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.
package/dist/editor.es.js
CHANGED
|
@@ -15252,7 +15252,7 @@ const undo = (Ff, kh) => {
|
|
|
15252
15252
|
addKeyboardShortcuts() {
|
|
15253
15253
|
return {
|
|
15254
15254
|
Enter: () => this.editor.commands.splitListItem(this.name),
|
|
15255
|
-
Tab: () => this.editor.commands.sinkListItem(this.name),
|
|
15255
|
+
Tab: () => this.editor.can().sinkListItem(this.name) ? this.editor.commands.sinkListItem(this.name) : !0,
|
|
15256
15256
|
"Shift-Tab": () => this.editor.commands.liftListItem(this.name)
|
|
15257
15257
|
};
|
|
15258
15258
|
}
|
|
@@ -109003,7 +109003,7 @@ let Editor = (Ff, kh) => {
|
|
|
109003
109003
|
const S0e = base64ToText$1(c0e);
|
|
109004
109004
|
dme(S0e);
|
|
109005
109005
|
const u0e = Dme(S0e);
|
|
109006
|
-
|
|
109006
|
+
hme(u0e);
|
|
109007
109007
|
const Qme = toEditorJSON(u0e);
|
|
109008
109008
|
Ome(Qme);
|
|
109009
109009
|
} catch {
|