Skip to content

Commit 00ba816

Browse files
committed
Restore long press custom chip to directly open history
1 parent 5076e9f commit 00ba816

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

lib/src/actions/filter.dart

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,11 @@ class _CustomChip extends StatelessWidget {
239239
onLongPress: onLongPress,
240240
child: InputChip(
241241
avatar: const Icon(Icons.edit),
242-
tooltip:
243-
label ??
244-
AppLocalizations.of(context)!.tooltipCustomFilterQueryChip(query!),
242+
// TODO(aaron): The tooltip prevents the long press from working
243+
//
244+
// tooltip:
245+
// label ??
246+
// AppLocalizations.of(context)!.tooltipCustomFilterQueryChip(query!),
245247
label: label != null
246248
? Text(label!)
247249
: ConstrainedBox(

0 commit comments

Comments
 (0)