Skip to content

Commit 8fa184e

Browse files
committed
do print for testing
1 parent 7274ca4 commit 8fa184e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/wip/autocomplete/popup_controller.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class PopupController extends ChangeNotifier {
2525
int get selectedIndex => _selectedIndex;
2626

2727
void show(String? tableName, List<String> suggestions) {
28+
print('show: $suggestions');
2829
if (suggestions.isEmpty) {
2930
hide();
3031
return;

0 commit comments

Comments
 (0)