Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
restoreSelection should be called with containerInfo
  • Loading branch information
ling1726 committed Sep 13, 2024
commit 6a6b952765c6e017ae4df5f8590aa78d0fe3ba77
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export function afterActiveInstanceBlur(): void {
}

export function resetAfterCommit(containerInfo: Container): void {
restoreSelection(selectionInformation);
restoreSelection(selectionInformation, containerInfo);
ReactBrowserEventEmitterSetEnabled(eventsEnabled);
eventsEnabled = null;
selectionInformation = null;
Expand Down