Skip to content

Commit

Permalink
Fix infinite loop in restorePanes
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Jan 4, 2025
1 parent 72780ce commit 73ea4ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
$entryEditorSettings?.paneStates?.[paneStateKey ?? ''] ?? [];
if (
restoring ||
!_editorLeftPane ||
!_editorRightPane ||
(!!_editorLeftPane.locale && !locales.includes(_editorLeftPane.locale)) ||
Expand Down

0 comments on commit 73ea4ad

Please sign in to comment.