1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Mobile: Improve inline search performance in large documents (#13259)

This commit is contained in:
Henry Heino
2025-09-30 09:22:55 -07:00
committed by GitHub
parent 91dc23c23f
commit f832eb38ff
10 changed files with 62 additions and 31 deletions

View File

@@ -98,7 +98,7 @@ export const initialize = async (
},
});
});
editor.setSearchState(initialSearch);
editor.setSearchState(initialSearch, 'initialSearch');
messenger.setLocalInterface({
editor,