refactor(views/table): clean up

This commit is contained in:
Elian Doran
2025-07-14 15:52:17 +03:00
parent e703ce92a8
commit cd338085fb
3 changed files with 0 additions and 57 deletions

View File

@@ -106,8 +106,6 @@ export default class TableView extends ViewMode<StateInfo> {
private api?: Tabulator;
private newAttribute?: Attribute;
private persistentData: StateInfo["tableData"];
/** If set to a note ID, whenever the rows will be updated, the title of the note will be automatically focused for editing. */
private branchIdToEdit?: string;
constructor(args: ViewModeArgs) {
super(args, "table");