Skip to content

Commit f351cd4

Browse files
authored
fix typo (#735)
1 parent 8a9113c commit f351cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta_configurator/src/components/panels/code-editor/setupLinkToSelectionAndData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function setupSelectedPathToCursorPosition(editor: Editor, mode: SessionMode) {
8282
selectionChangeFromOutside = true;
8383

8484
if (
85-
sizeof(editor.getValue()) >
85+
sizeOf(editor.getValue()) >
8686
useSettings().value.performance.maxDocumentSizeForCursorSynchronization
8787
) {
8888
// do not determine and update the cursor position when the document is exceeding the maximum size

0 commit comments

Comments
 (0)