Comparing version 4.3.0 to 4.3.1
@@ -44,4 +44,2 @@ import { SvelteComponentTyped } from "svelte"; | ||
events: { | ||
'scroll{handleScroll}': CustomEvent<any>; | ||
} & { | ||
[evt: string]: CustomEvent<any>; | ||
@@ -48,0 +46,0 @@ }; |
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"scripts": { | ||
@@ -22,0 +22,0 @@ "dev": "vite dev", |
@@ -117,3 +117,3 @@ <div align="right"> | ||
/* Or in global stylesheet */ | ||
/* Set your custom monospace font */ | ||
/* Set your monospace font (Required to have the editor working correctly!) */ | ||
:global(.carta-font-code) { | ||
@@ -120,0 +120,0 @@ font-family: '...', monospace; |
Sorry, the diff of this file is not supported yet
282516
7487