Browse Source

[jstree] reverted worker: false

Clément Espeute 7 months ago
parent
commit
f116e04110
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hide/comp/IconTree.hx

+ 0 - 1
hide/comp/IconTree.hx

@@ -147,7 +147,6 @@ class IconTree<T:{}> extends Component {
 					}
 					return false;
 				},
-				worker : false,
 				data : function(obj, callb) {
 					if( !inInit && checkRemoved() )
 						return;