Skip to content

Commit bc6d1b2

Browse files
MidnightCoder-mnirvn
authored andcommitted
Remove forced focus when opening overlay form
1 parent 0c2c0e8 commit bc6d1b2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/qml/OverlayFeatureFormDrawer.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Drawer {
7676
*/
7777
onOpened: {
7878
isAdding = true;
79-
overlayFeatureForm.forceActiveFocus();
8079
}
8180

8281
onClosed: {

0 commit comments

Comments
 (0)