From b3095e07ac046a56706e94b8af1e823a25cf5826 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 22 Aug 2024 19:13:33 +0700 Subject: [PATCH] Remove slot inside EditorToolbar I think this is just stray code left over from a refactor, but I'm not 100% sure. Fixes Error: Object literal may only specify known properties, and 'children' does not exist in type '{ size: number; wrap: boolean; api?: Partial | undefined; }'. (ts)
--- ts/editor/NoteEditor.svelte | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ts/editor/NoteEditor.svelte b/ts/editor/NoteEditor.svelte index d5bf028ea..d5b77a7d1 100644 --- a/ts/editor/NoteEditor.svelte +++ b/ts/editor/NoteEditor.svelte @@ -618,9 +618,7 @@ Functionality exclusive to specific note-editing views (e.g. in the browser or the AddCards dialog) should be implemented in the user of this component. -->
- - - + {#if hint}