Merge pull request #11562 from dataease/pr@dev-v2_st

feat(xpack): 阈值告警
This commit is contained in:
dataeaseShu
2024-08-14 18:07:29 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -163,6 +163,7 @@ const fieldSelect = name => {
}
const moreBarElementClick = () => {
if (!moreBarElement) return
if (!document.querySelector('.tox.tox-tinymce-aux')?.children.length) return
moreBarElement.nextSibling.querySelector('.tox-tbtn').click()
}