Mootools WMD 编辑器无法正确引用内容
我正在使用 mootools WMD 编辑器,但脚本中似乎存在错误,并且在我点击引用按钮后它无法正确格式化所选内容。
I'm using the mootools WMD editor but it seems like there's an error in the script and it doesn't properly format selected content after I hit the quote button.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
命令
未定义。我在脚本中没有看到对命令的引用,我查看了附近执行格式化的函数。我只是将第 1916 行更改
为
Which 似乎可以解决问题。
command
was not defined. I saw no references in the script tocommand
and I looked at a nearby function that did the formatting.I simply changed line 1916:
to
Which seems to do the trick.