Skip to content

Commit 019759b

Browse files
author
Guillaume Chau
committed
Merge branch 'dev' of github.com:vuejs/vue-devtools into dev
2 parents c979071 + 268026c commit 019759b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/views/vuex/VuexStateInspector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<textarea
4141
placeholder="Paste state object here to import it..."
4242
@input="importState"
43-
@keydown.esc="closeImportStatePopup"
43+
@keydown.esc.stop="closeImportStatePopup"
4444
/>
4545
<span
4646
v-show="showBadJSONMessage"

0 commit comments

Comments
 (0)