Skip to content

Commit

Permalink
Fix subject field lost focus when clicked in Vacation View
Browse files Browse the repository at this point in the history
  • Loading branch information
dab246 committed Aug 21, 2024
1 parent 28d4db3 commit 8dbfb54
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ class VacationView extends GetWidget<VacationController> with RichTextButtonMixi
return SettingDetailViewBuilder(
responsiveUtils: controller.responsiveUtils,
padding: const EdgeInsets.symmetric(horizontal: 4),
onTapGestureDetector: () => controller.clearFocusEditor(context),
child: vacationInputForm,
);
} else {
Expand Down

0 comments on commit 8dbfb54

Please sign in to comment.