* fix: super note previews * fix; checkmark size * fix: top padding * fix: prevent delete shortcut * fix: spellcheck control * fix: only embed file if uploaded to current note * fix: ability to create new tag from editor autocomplete * feat: protected file embed handling * fix: event payload
8 lines
276 B
TypeScript
8 lines
276 B
TypeScript
export enum CrossControllerEvent {
|
|
TagChanged = 'TagChanged',
|
|
ActiveEditorChanged = 'ActiveEditorChanged',
|
|
HydrateFromPersistedValues = 'HydrateFromPersistedValues',
|
|
RequestValuePersistence = 'RequestValuePersistence',
|
|
DisplayPremiumModal = 'DisplayPremiumModal',
|
|
}
|