Skip to content

Commit e79feaf

Browse files
committed
fix: issue when closing file editor with escape
1 parent b95e177 commit e79feaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/dialogs/dialogFileEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<v-dialog
3-
@input="emitChange(value)"
3+
@input="$emit('input', $event)"
44
:value="value"
55
:loading="loading"
66
hide-overlay

0 commit comments

Comments
 (0)