Skip to content

Commit 8f0de89

Browse files
authored
Update url_card.dart
1 parent 44b2856 commit 8f0de89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/home_page/editor_pane/url_card.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class URLTextField extends ConsumerWidget {
6969
});
7070

7171
@override
72-
Widget build(BuildContext context) {
72+
Widget build(BuildContext context, WidgetRef ref) {
7373
final activeId = ref.watch(activeIdStateProvider);
7474
return Focus(
7575
autofocus: true,

0 commit comments

Comments
 (0)