Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 686f875

Browse files
committed
Enable view focus
1 parent 0462d19 commit 686f875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/lib/src/engine/platform_dispatcher/view_focus_binding.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ final class ViewFocusBinding {
1616
///
1717
/// DO NOT rely on this bit as it will go away soon. You're warned :)!
1818
@visibleForTesting
19-
static bool isEnabled = false;
19+
static bool isEnabled = true;
2020

2121
final FlutterViewManager _viewManager;
2222
final ui.ViewFocusChangeCallback _onViewFocusChange;

0 commit comments

Comments
 (0)