Skip to content

Commit

Permalink
[cdb] Fix deleting lines clearing filter
Browse files Browse the repository at this point in the history
  • Loading branch information
EspeuteClement committed Nov 19, 2024
1 parent dca25b3 commit 3870763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hide/comp/cdb/Editor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ class Editor extends Component {
cursor.table.getRealSheet().sync();
for (t in modifiedTables)
t.refresh();
updateFilter();
}

public function changeObject( line : Line, column : cdb.Data.Column, value : Dynamic ) {
Expand Down

0 comments on commit 3870763

Please sign in to comment.