fix: super note improvements (#1991)
* 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
This commit is contained in:
@@ -259,7 +259,7 @@ export class ItemListController extends AbstractViewController implements Intern
|
||||
|
||||
this.linkingController.reloadAllLinks()
|
||||
|
||||
await this.publishEventSync(CrossControllerEvent.ActiveEditorChanged)
|
||||
await this.publishCrossControllerEventSync(CrossControllerEvent.ActiveEditorChanged)
|
||||
}
|
||||
|
||||
async openFile(fileUuid: string): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user