Browse Source

bugfix when creating/deleting root file/dir

Nicolas Cannasse 6 năm trước cách đây
mục cha
commit
fd0420aa87
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;