capricorncd / zx-editor

The HTML document (rich text) editor in Smart phone browser or webview, supporting mixed layout, reference, headline, unordered list, font color, bold and italics. 移动端HTML文档(富文本)编辑器,支持图文混排、引用、大标题、无序列表,字体颜色、加粗、斜体
https://capricorncd.github.io/zx-editor/demo
331 stars 100 forks source link

你好 问一下 ,这里的监听 为啥不会打印 #14

Open wangsfhub opened 5 years ago

wangsfhub commented 5 years ago

zxEditor.on('select-picture', function (_) { // hybrid模式开发时,此处可以调用原生App提供的接口,访问图片文件选择列表 // 执行图片文件数据获取, // 或者获取由原生App处理并上传完成的图片url console.log("自定义选择图片-------------------"); zxEditor.addImage('图片url地址或base64图片数据') // 其他操作... })

ankozxy commented 5 years ago

我为啥点一次打印了四次,底部栏有四个图标。。