Skip to content

Commit

Permalink
🎨 fix #1414
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed May 27, 2023
1 parent 18ad772 commit 53e7f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@

### v3.9.4 / 2023-07

* [IR, SV 模式下输入内容后立即点击工具栏下拉无反应](https://github.com/Vanessa219/vditor/issues/1414) `改进功能`
* [为 `button` 添加 `type` 属性](https://github.com/Vanessa219/vditor/pull/1410) `开发重构`
* [XSS 代码注入漏洞 - 表单](https://github.com/Vanessa219/vditor/issues/1412) `修复缺陷`
* [XSS 代码注入漏洞 - meta](https://github.com/Vanessa219/vditor/issues/1411) `修复缺陷`

Expand Down
2 changes: 2 additions & 0 deletions src/ts/toolbar/Headings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export class Headings extends MenuItem {
event.preventDefault();
// https://github.com/Vanessa219/vditor/issues/1391
clearTimeout(vditor.wysiwyg.afterRenderTimeoutId);
clearTimeout(vditor.ir.processTimeoutId);
clearTimeout(vditor.sv.processTimeoutId);
if (actionBtn.classList.contains(Constants.CLASS_MENU_DISABLED)) {
return;
}
Expand Down

0 comments on commit 53e7f9f

Please sign in to comment.