Selaa lähdekoodia

keep current filter on refresh()

Nicolas Cannasse 4 vuotta sitten
vanhempi
commit
e819d676df
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      hide/comp/cdb/Editor.hx

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

@@ -564,6 +564,12 @@ class Editor extends Component {
 					cursor.table = t;
 					cursor.table = t;
 			cursor.update();
 			cursor.update();
 		}
 		}
+
+		if( currentFilter != null ) {
+			updateFilter();
+			searchBox.show();
+			txt.val(currentFilter);
+		}
 	}
 	}
 
 
 	function quickExists(path) {
 	function quickExists(path) {