diff --git a/game/game.js b/game/game.js index ebda12bbd..5206c57ac 100755 --- a/game/game.js +++ b/game/game.js @@ -22655,6 +22655,7 @@ newlined.appendChild(span); span.style.margin='8px'; var clickGroup=function(){ + if(_status.dragged) return; var node=this,link=this.link; if(node.classList.contains('thundertext')){ dialog.currentgroup=null; @@ -22723,6 +22724,7 @@ node.appendChild(newlined2); packsource.addEventListener(lib.config.touchscreen?'touchend':'click',function(){ + if(_status.dragged) return; if(newlined2.style.display=='none'){ newlined2.style.display='block'; } diff --git a/game/update.js b/game/update.js index c66c9fffe..e3bd6c1df 100644 --- a/game/update.js +++ b/game/update.js @@ -21,6 +21,7 @@ window.noname_update={ 'layout/default/layout.css', ], '1.8.15':[], - '1.8.15.1':[] + '1.8.15.1':[], + '1.8.15.2':[] } }