mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
core: fix shortcut is not defined
This commit is contained in:
committed by
Abdullah Atta
parent
d4ec67ee21
commit
8c8be28363
@@ -109,7 +109,7 @@ export default class Reminders extends Collection {
|
||||
}
|
||||
|
||||
exists(itemId) {
|
||||
return !!this.shortcut(itemId);
|
||||
return !!this.reminder(itemId);
|
||||
}
|
||||
|
||||
reminder(id) {
|
||||
|
||||
Reference in New Issue
Block a user