Files
notesnook/apps/web/src/common/app-events.js

9 lines
264 B
JavaScript
Raw Normal View History

import EventManager from "notes-core/utils/eventmanager";
export const AppEventManager = new EventManager();
export const AppEvents = {
UPDATE_ATTACHMENT_PROGRESS: "updateAttachmentProgress",
UPDATE_STATUS: "updateStatus",
REMOVE_STATUS: "removeStatus",
};