mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-19 05:49:07 +00:00
Fixed issue
This commit is contained in:
5
assets/3rdparty/bootstrap-wysiwyg.js
vendored
5
assets/3rdparty/bootstrap-wysiwyg.js
vendored
@@ -59,6 +59,11 @@
|
|||||||
}.bind( this ) );
|
}.bind( this ) );
|
||||||
|
|
||||||
$( window ).bind( "touchend", function( e ) {
|
$( window ).bind( "touchend", function( e ) {
|
||||||
|
|
||||||
|
//COMUNIC FIX
|
||||||
|
if(!this.getCurrentRange)
|
||||||
|
return;
|
||||||
|
|
||||||
var isInside = ( editor.is( e.target ) || editor.has( e.target ).length > 0 ),
|
var isInside = ( editor.is( e.target ) || editor.has( e.target ).length > 0 ),
|
||||||
currentRange = this.getCurrentRange(),
|
currentRange = this.getCurrentRange(),
|
||||||
clear = currentRange && ( currentRange.startContainer === currentRange.endContainer && currentRange.startOffset === currentRange.endOffset );
|
clear = currentRange && ( currentRange.startContainer === currentRange.endContainer && currentRange.startOffset === currentRange.endOffset );
|
||||||
|
Reference in New Issue
Block a user