Skip to content

Commit

Permalink
Fix changing context in label tool
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 18, 2023
1 parent 9d5d873 commit 7985bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/handlers/label.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ class LabelHandler extends Handler<LabelTool>
),
);
}
_connection?.setEditingState(currentTextEditingValue);
if (!(_connection?.attached ?? false)) {
_connection = TextInput.attach(
this,
Expand Down

0 comments on commit 7985bae

Please sign in to comment.