easy-email-pro-theme 1.50.3 → 1.50.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.
- package/lib/index.js +0 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -8405,10 +8405,8 @@ const Hotkeys = () => {
|
|
|
8405
8405
|
const nativeEvent = ev;
|
|
8406
8406
|
if (Shortcut.isUndo(nativeEvent)) {
|
|
8407
8407
|
ev.preventDefault();
|
|
8408
|
-
editor.undo();
|
|
8409
8408
|
} else if (Shortcut.isRedo(nativeEvent)) {
|
|
8410
8409
|
ev.preventDefault();
|
|
8411
|
-
editor.redo();
|
|
8412
8410
|
} else if (Shortcut.isFormatBold(nativeEvent)) {
|
|
8413
8411
|
ev.preventDefault();
|
|
8414
8412
|
toggleFormat(editor, TextFormat.BOLD);
|