mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-01-06 12:21:48 +00:00
fix: provide default options for inline actions always (#3601)
This commit is contained in:
parent
15aaacc4b7
commit
d054439df4
@ -66,6 +66,7 @@ class DateReferenceService {
|
||||
.toList();
|
||||
|
||||
if (options.isEmpty && _keywords.any((k) => search.startsWith(k))) {
|
||||
_setOptions();
|
||||
options = _allOptions;
|
||||
}
|
||||
}
|
||||
|
||||
@ -82,6 +82,7 @@ class ReminderReferenceService {
|
||||
.toList();
|
||||
|
||||
if (options.isEmpty && _keywords.any((k) => search.startsWith(k))) {
|
||||
_setOptions();
|
||||
options = _allOptions;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user