ZY hace 7 años
padre
commit
d316f56ad3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      resources/app/public/js/browser.js

+ 2 - 1
resources/app/public/js/browser.js

@@ -861,13 +861,14 @@ US_Browser.HeadBind=function(){
         e.dataTransfer.dropEffect = 'move';
     }
     US_Browser.tagdragleave = function(e) {
-        
+         tagELf=false;
     }
     US_Browser.tagdrop = function(e) {
         e.preventDefault();
         if (tagEL != this) {
             US_Browser.NavContainer.insertBefore(tagEL,this);
         }
+        tagELf=false;
     }
     US_Browser.tagdragend = function(e) {
         [].forEach.call(US_Browser.tags,function(BrowerList){});