Skip to content

Commit

Permalink
Fix stylus regression when editing a feature containing long combobox…
Browse files Browse the repository at this point in the history
… dropdown lists
  • Loading branch information
nirvn committed Jun 19, 2024
1 parent 18668af commit 39f4d17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ ApplicationWindow {
}

if (!digitizingToolbar.geometryRequested && featureForm.state == "FeatureFormEdit") {
featureForm.requestCancel();
return;
}

Expand Down

0 comments on commit 39f4d17

Please sign in to comment.