fix: Fixes issue where selecting a third-party editor/note-type as default for a tag would not correctly apply editor
This commit is contained in:
@@ -31,6 +31,7 @@ export interface ComponentManagerInterface {
|
||||
|
||||
setPermissionDialogUIHandler(handler: (dialog: PermissionDialog) => void): void
|
||||
|
||||
findComponentWithPackageIdentifier(identifier: string): ComponentInterface | undefined
|
||||
editorForNote(note: SNNote): UIFeature<EditorFeatureDescription | IframeComponentFeatureDescription>
|
||||
getDefaultEditorIdentifier(currentTag?: SNTag): string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user