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.
我在 Quill 还很新。
我想制作一个处理拖放事件的自定义模块或扩展函数。我想检测丢弃的文本,如果它是一个图像 url,我想插入“img”标签而不是“a”标签。
目前,Quill 正在为删除的 url 添加“a”标签,但我找不到相关代码。
目前没有对拖放进行特殊处理。您所看到的只是本机浏览器行为。