diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index 6a285ebd4..90c666b40 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -80,10 +80,10 @@ audio = ( _html = """
-
+
%s
-
+
""" diff --git a/ts/components/StickyBottom.svelte b/ts/components/StickyBottom.svelte index e62654bb0..e67c403d1 100644 --- a/ts/components/StickyBottom.svelte +++ b/ts/components/StickyBottom.svelte @@ -7,7 +7,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html let className: string = ""; export { className as class }; - export let height: number; + export let height: number = 0;