From bbf03a6b931edd3cc682692195685c5e8be2a795 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Thu, 2 Sep 2021 20:03:12 +0200 Subject: [PATCH] Fix ButtonDropdown disappearing when mouseupping on HandleBackground --- ts/editor/HandleBackground.svelte | 6 +++++- ts/editor/HandleControl.svelte | 8 -------- ts/editor/HandleSelection.svelte | 1 + ts/editor/ImageHandle.svelte | 24 +++++++++++++----------- 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/ts/editor/HandleBackground.svelte b/ts/editor/HandleBackground.svelte index 9446de3e6..fb5f80561 100644 --- a/ts/editor/HandleBackground.svelte +++ b/ts/editor/HandleBackground.svelte @@ -11,7 +11,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html onMount(() => dispatch("mount", { background })); -
+