Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为使用“nicedit”编辑器输入的某些内容创建和自动预览机制。当单击“粗体”等按钮以更新预览面板时,我需要绑定或收到警报。如何使用此功能?
我最终使用 Google Mutations 库来收听对预览页面所做的更改,而不是收听按钮事件。最终成为我更好的选择。