Merge pull request #7094 from J-Michalek/fix/dialog-escape-closing
fix(dialog): escape closing when not closable via buttonpull/7064/merge
commit
b9a8efc871
|
@ -322,7 +322,7 @@ export default {
|
|||
this.bindDocumentDragEndListener();
|
||||
}
|
||||
|
||||
if (this.closeOnEscape && this.closable) {
|
||||
if (this.closeOnEscape) {
|
||||
this.bindDocumentKeyDownListener();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue