Mootools WMD 编辑器无法正确引用内容

发布于 2024-09-12 04:31:38 字数 65 浏览 12 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

山人契 2024-09-19 04:31:38

命令未定义。我在脚本中没有看到对命令的引用,我查看了附近执行格式化的函数。

我只是将第 1916 行更改

            command.wrap(chunk, mooWMD.Config.lineLength - 2);

            chunk.wrap( mooWMD.Config.lineLength -2 );

Which 似乎可以解决问题。

command was not defined. I saw no references in the script to command and I looked at a nearby function that did the formatting.

I simply changed line 1916:

            command.wrap(chunk, mooWMD.Config.lineLength - 2);

to

            chunk.wrap( mooWMD.Config.lineLength -2 );

Which seems to do the trick.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文