forked from github/dataease
Merge pull request #8287 from dataease/pr@dev-v2@fix_color
fix(数据大屏): 修复编辑图标的颜色属性,在透明度输入框中使用删除键,会删掉对应的图表问题
This commit is contained in:
commit
2a95d1f585
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user