CC-3616 : ShowBuilder-> A tooltip remains in the Showbuilder frame permanently
This commit is contained in:
parent
9b4c3efe8e
commit
7e0e631740
|
@ -420,6 +420,9 @@ var AIRTIME = (function(AIRTIME){
|
|||
//remove any selected nodes before the draw.
|
||||
"fnPreDrawCallback": function( oSettings ) {
|
||||
|
||||
//make sure any dragging helpers are removed or else they'll be stranded on the screen.
|
||||
$("#draggingContainer").remove();
|
||||
|
||||
//disable jump to current button.
|
||||
AIRTIME.button.disableButton("sb-button-delete");
|
||||
//disable jump to current button.
|
||||
|
|
Loading…
Reference in New Issue