mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +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…
Reference in New Issue
Block a user