We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
open-noneditableblock
eventBus
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前检查是否打开公式块、嵌入块的弹窗是靠MutationObserver来监视,不能直接使用事件委派,否则无法获取全部的弹窗事件。
虽然使用这种方法也能实现功能,但还是希望官方能给个事件总线的接口。
增加一个"openutil"的事件。
No response
The text was updated successfully, but these errors were encountered:
siyuan-note/plugin-sample@851c05c
🎨 fix #8374
4704284
renderElement
blockElement
Vanessa219
No branches or pull requests
In what scenarios do you need this feature?
目前检查是否打开公式块、嵌入块的弹窗是靠MutationObserver来监视,不能直接使用事件委派,否则无法获取全部的弹窗事件。
虽然使用这种方法也能实现功能,但还是希望官方能给个事件总线的接口。
Describe the optimal solution
增加一个"openutil"的事件。
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: