You've already forked joplin
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:
@@ -98,7 +98,7 @@ export const initialize = async (
|
||||
},
|
||||
});
|
||||
});
|
||||
editor.setSearchState(initialSearch);
|
||||
editor.setSearchState(initialSearch, 'initialSearch');
|
||||
|
||||
messenger.setLocalInterface({
|
||||
editor,
|
||||
|
||||
Reference in New Issue
Block a user