Skip to content

Commit f90f74a

Browse files
committed
requestTrackFocus() => requestPosition()
1 parent 22601ee commit f90f74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/qml/Editor/EditorView.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ FocusScope {
8888
_connectSignals();
8989
_recreatePatterns();
9090
_createLineColumns();
91-
editorService.requestTrackFocus(0, 0, 0);
91+
editorService.requestPosition(0, 0, 0, 0, 0);
9292
}
9393
function resize(width, height) {
9494
rootItem.width = width;

0 commit comments

Comments
 (0)