You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can ice be used with Froala editor? If yes, is there any documentation or code sample that can be used as a starting point?
We have tried to use it, but getting following error when a change is made in the editor:
Uncaught TypeError: Failed to execute 'setStart' on 'Range': parameter 1 is not of type 'Node'.
at WrappedRange.rangeProto.setStart (ice.self.js?body=1:2201)
at InlineChangeEditor._insertNode (ice.self.js?body=1:4173)
at InlineChangeEditor.insert (ice.self.js?body=1:3607)
at InlineChangeEditor.keyPress (ice.self.js?body=1:4887)
at InlineChangeEditor.handleEvent (ice.self.js?body=1:3540)
at HTMLDivElement.<anonymous> (ice.self.js?body=1:3391)
at HTMLDivElement.dispatch (jquery.self.js?body=1:4666)
at HTMLDivElement.elemData.handle (jquery.self.js?body=1:4334)
The text was updated successfully, but these errors were encountered:
Can ice be used with Froala editor? If yes, is there any documentation or code sample that can be used as a starting point?
We have tried to use it, but getting following error when a change is made in the editor:
The text was updated successfully, but these errors were encountered: