فهرست منبع

Fix displayed hidden lines when clicking references

Leonardo Jeanteur 1 سال پیش
والد
کامیت
fc9b988369
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      hide/view/CdbTable.hx

+ 1 - 0
hide/view/CdbTable.hx

@@ -31,6 +31,7 @@ class CdbTable extends hide.ui.View<{}> {
 		var index = sheets.indexOf(rootSheet.name);
 		if( index < 0 ) return;
 		if (tabs.currentTab.get(0) != tabContents[index].parent().get(0)) {
+			@:privateAccess editor.currentFilters = [];
 			tabs.currentTab = tabContents[index].parent();
 		}
 		editor.setFilter(null);