Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h-sumiya committed Aug 24, 2024
1 parent 9dc194f commit 571e7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page/edit_bookmark.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BookmarkEditScreen extends HookConsumerWidget {
ref.read(bookmarkProvider.notifier).edit(
id,
bookmark.searchBuilder
.copyWith(defaultQuery: defController.selected),
.copyWith(defaultQuery: defController.selected, query: controller.queryText),
titleController.text);
},
child: Scaffold(
Expand Down

0 comments on commit 571e7ad

Please sign in to comment.