Merge pull request #8287 from dataease/pr@dev-v2@fix_color

fix(数据大屏): 修复编辑图标的颜色属性,在透明度输入框中使用删除键,会删掉对应的图表问题
This commit is contained in:
王嘉豪 2024-03-04 10:43:09 +08:00 committed by GitHub
commit 2a95d1f585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ const checkDialog = () => {
haveDialog = true haveDialog = true
} }
}) })
document.querySelectorAll('.ed-popover').forEach(element => { document.querySelectorAll('.ed-popper').forEach(element => {
if (window.getComputedStyle(element).getPropertyValue('display') != 'none') { if (window.getComputedStyle(element).getPropertyValue('display') != 'none') {
haveDialog = true haveDialog = true
} }