bootstrap-wysiwyg
bootstrap-wysiwyg copied to clipboard
Exception in Google Chrome's mobile version
Hello! I have a problem with bootstrap-wysiwyg in my mobile Chrome (ver.55) browser on Android 4.4.2. Is there a way to fix this quickly? Here are the screenshots with the code:

Many thanks in advance!
@Kaorinite getCurrentRange() is defined in the source code. Are you sure you don't have a syntax error somewhere before that function is defined?
don't know if this will help anyone, but the problem is that there's a missing .bind(this) call on this line, so that the touchend handler can refer to this inside of it (whereas without the bind, it's referring to the Window object)