We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b2856 commit 8f0de89Copy full SHA for 8f0de89
lib/screens/home_page/editor_pane/url_card.dart
@@ -69,7 +69,7 @@ class URLTextField extends ConsumerWidget {
69
});
70
71
@override
72
- Widget build(BuildContext context) {
+ Widget build(BuildContext context, WidgetRef ref) {
73
final activeId = ref.watch(activeIdStateProvider);
74
return Focus(
75
autofocus: true,
0 commit comments