parent
9351fb9617
commit
8bd2d6328a
5 changed files with 59 additions and 9 deletions
|
|
@ -540,3 +540,9 @@ export function checkExistence(fileData: ArrayBuffer): Promise<any> {
|
|||
});
|
||||
});
|
||||
}*/
|
||||
|
||||
export const shownNoteIds = new Set();
|
||||
|
||||
window.setInterval(() => {
|
||||
shownNoteIds.clear();
|
||||
}, 1000 * 60 * 5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue