diff --git a/timApp/static/scripts/tim/document/viewctrl.ts b/timApp/static/scripts/tim/document/viewctrl.ts index 47407750ea..4d1486b91e 100644 --- a/timApp/static/scripts/tim/document/viewctrl.ts +++ b/timApp/static/scripts/tim/document/viewctrl.ts @@ -888,6 +888,7 @@ export class ViewCtrl implements IController { switch (keys) { case "CTRL+E": + ev.preventDefault(); // Prevent Chrome/ium from shifting focus to the address bar this.openEditor(); break; default: