Browse Source

bugfix when creating/deleting root file/dir

Nicolas Cannasse 6 years ago
parent
commit
fd0420aa87
1 changed files with 3 additions and 0 deletions
  1. 3 0
      hide/view/FileTree.hx

+ 3 - 0
hide/view/FileTree.hx

@@ -62,6 +62,9 @@ class FileTree extends FileView {
 		return super.getTitle();
 	}
 
+	override function onFileChanged(wasDeleted:Bool, rebuildView:Bool = true) {
+	}
+
 	override function onDisplay() {
 
 		if( state.path == null ) return;