diff --git a/ts/editor/editor-toolbar/OptionsButton.svelte b/ts/editor/editor-toolbar/OptionsButton.svelte
index 83bb1b2ee..1ec6f8134 100644
--- a/ts/editor/editor-toolbar/OptionsButton.svelte
+++ b/ts/editor/editor-toolbar/OptionsButton.svelte
@@ -27,18 +27,16 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
placement="bottom"
inline
on:close={() => (showFloating = false)}
- let:asReference
>
-
- (showFloating = !showFloating)}
- >
- {@html cogIcon}
-
-
+ (showFloating = !showFloating)}
+ >
+ {@html cogIcon}
+