vue-html5-editor
vue-html5-editor copied to clipboard
跟FastClick有冲突,移动端用了FastClick,点击无法获得焦点
跟FastClick有冲突,移动端用了FastClick,点击无法获得焦点
@qiangguoguo 请问是怎么加的 我也碰到问题了
我也遇到这个问题了。 FastClick.prototype.needsClick = function (target) { if (target.parentNode['className'].indexOf('needsclick') != -1) { return true; } 在需要点击的元素上加class needclick
怎么改