Browse Source

CDB: Fix search filters not reseted on sheet change

lviguier 6 months ago
parent
commit
d786c63643
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hide/comp/cdb/Editor.hx

+ 2 - 0
hide/comp/cdb/Editor.hx

@@ -1711,6 +1711,8 @@ class Editor extends Component {
 			}
 			updateFilters();
 		});
+
+		searchFilter([]);
 	}
 
 	function quickExists(path) {