chore(client/ts): port search_string

This commit is contained in:
Elian Doran
2025-02-24 13:50:08 +02:00
parent 8ab0084e10
commit 675a5e96e6
3 changed files with 15 additions and 9 deletions

View File

@@ -369,6 +369,8 @@ class AppContext extends Component {
layout?: Layout;
noteTreeWidget?: NoteTreeWidget;
lastSearchString?: string;
constructor(isMainWindow: boolean) {
super();