我正在设置内容为aloha可编辑但我收到一条错误消息,说“Aloha.activeEditable为null”。谁能告诉我如何解决这个问题?
Aloha.activeEditable.setContents('', true);
错误:输入错误:Aloha.activeEditable为null
答案 0 :(得分:1)
来源:https://github.com/alohaeditor/Aloha-Editor/pull/642
问题是属性时没有活动的可编辑 第一次更改(Aloha.activeEditable为null)。
有一个API更改。已由deliminator中的用户bf4033b修复。请更新 你的代码。