diff --git a/cista-front/src/components/FileExplorer.vue b/cista-front/src/components/FileExplorer.vue index c192a56..a784ce6 100644 --- a/cista-front/src/components/FileExplorer.vue +++ b/cista-front/src/components/FileExplorer.vue @@ -98,7 +98,6 @@ tabindex="-1" @contextmenu.prevent @focus.stop="cursor = doc" - @blur="ev => { if (!editing) cursor = null }" @keyup.left="router.back()" @keyup.right.stop="ev => { if (doc.dir) (ev.target as HTMLElement).click() }" >{{ doc.name }}