forked from github/dataease
fix(仪表板): 修复仪表板编辑界面点击全屏后返回快捷键冲突
This commit is contained in:
parent
4868ae4704
commit
e375526f7d
@ -792,6 +792,9 @@ export default {
|
||||
},
|
||||
previewVisible(val) {
|
||||
this.$store.commit('setPreviewVisible', val)
|
||||
if (!val) {
|
||||
listenGlobalKeyDown()
|
||||
}
|
||||
},
|
||||
panelInfo: {
|
||||
handler(newVal, oldVla) {
|
||||
|
Loading…
Reference in New Issue
Block a user