|
@@ -316,8 +316,6 @@ export const textWysiwyg = ({
|
|
}
|
|
}
|
|
|
|
|
|
editable.onkeydown = (event) => {
|
|
editable.onkeydown = (event) => {
|
|
- event.stopPropagation();
|
|
|
|
-
|
|
|
|
if (!event.shiftKey && actionZoomIn.keyTest(event)) {
|
|
if (!event.shiftKey && actionZoomIn.keyTest(event)) {
|
|
event.preventDefault();
|
|
event.preventDefault();
|
|
app.actionManager.executeAction(actionZoomIn);
|
|
app.actionManager.executeAction(actionZoomIn);
|