diff --git a/engine/src/flutter/lib/web_ui/lib/src/engine/platform_dispatcher/view_focus_binding.dart b/engine/src/flutter/lib/web_ui/lib/src/engine/platform_dispatcher/view_focus_binding.dart index 1a9bbb6601..f3aa40ac16 100644 --- a/engine/src/flutter/lib/web_ui/lib/src/engine/platform_dispatcher/view_focus_binding.dart +++ b/engine/src/flutter/lib/web_ui/lib/src/engine/platform_dispatcher/view_focus_binding.dart @@ -12,11 +12,11 @@ final class ViewFocusBinding { ViewFocusBinding(this._viewManager, this._onViewFocusChange); - /// Wether [FlutterView] focus changes will be reported and performed. + /// Whether [FlutterView] focus changes will be reported and performed. /// /// DO NOT rely on this bit as it will go away soon. You're warned :)! @visibleForTesting - static bool isEnabled = false; + static bool isEnabled = true; final FlutterViewManager _viewManager; final ui.ViewFocusChangeCallback _onViewFocusChange;