This commit is contained in:
parent
915ce2ede3
commit
213d5cdeb7
|
@ -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';
|
||||
}
|
||||
|
|
|
@ -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':[]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue