Skip to content

Commit e7a413d

Browse files
committed
Revert "add a workaround for TextField delete on macOS. (#535)"
This reverts commit 53b9b3f.
1 parent 322ee88 commit e7a413d

File tree

2 files changed

+1
-92
lines changed

2 files changed

+1
-92
lines changed

lib/app.dart

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import 'utils/extension/extension.dart';
3232
import 'utils/hook.dart';
3333
import 'utils/logger.dart';
3434
import 'utils/system/system_fonts.dart';
35-
import 'utils/system/text_input.dart';
3635
import 'utils/system/tray.dart';
3736
import 'widgets/brightness_observer.dart';
3837
import 'widgets/focus_helper.dart';
@@ -222,11 +221,7 @@ class _App extends StatelessWidget {
222221
? textScaleFactor
223222
: mediaQueryData.textScaleFactor,
224223
),
225-
child: SystemTrayWidget(
226-
child: TextInputActionHandler(
227-
child: child!,
228-
),
229-
),
224+
child: SystemTrayWidget(child: child!),
230225
),
231226
);
232227
},

lib/utils/system/text_input.dart

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)