mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix: 修复大屏样式模板应用后快捷键不生效问题
This commit is contained in:
@@ -88,7 +88,10 @@ const checkDialog = () => {
|
||||
}
|
||||
})
|
||||
document.querySelectorAll('.ed-popper').forEach(element => {
|
||||
if (window.getComputedStyle(element).getPropertyValue('display') != 'none') {
|
||||
if (
|
||||
!element.classList?.contains('template-popper-tips') &&
|
||||
window.getComputedStyle(element).getPropertyValue('display') != 'none'
|
||||
) {
|
||||
haveDialog = true
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user