diff --git a/ts/editor/ImageHandle.svelte b/ts/editor/ImageHandle.svelte index 3a444877f..f27acd1ff 100644 --- a/ts/editor/ImageHandle.svelte +++ b/ts/editor/ImageHandle.svelte @@ -74,18 +74,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html image!.style.height = `${height}px`; } - function floatLeft(): void { - image!.style.float = "left"; - } - - function floatRight(): void { - image!.style.float = "right"; - } - - function floatReset(): void { - image!.style.float = ""; - } - const nightMode = getContext(nightModeKey); @@ -104,7 +92,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
-
+