From 6e20e3b3531bedb63607a5fb28ce40f2c08c4dc8 Mon Sep 17 00:00:00 2001 From: Darragh Van Tichelen Date: Sat, 24 Aug 2024 15:52:00 +0200 Subject: [PATCH] bug(Draw): Fix draw tool movement block label toggle --- CHANGELOG.md | 2 ++ client/src/game/ui/tools/DrawTool.vue | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e8bd643..81b4c1f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,8 @@ tech changes will usually be stripped from release notes for the public ### Fixed +- Draw tool: + - Clicking on the "blocks movement" label in the draw tool's vision setting now properly toggles the related checkbox - Ruler tool: - Gridmode spacebar did not synchronize snapped end correctly to other players diff --git a/client/src/game/ui/tools/DrawTool.vue b/client/src/game/ui/tools/DrawTool.vue index 35eb149a1..1fbd4dcad 100644 --- a/client/src/game/ui/tools/DrawTool.vue +++ b/client/src/game/ui/tools/DrawTool.vue @@ -164,9 +164,12 @@ const alerts = computed(() => {
-
{{ t("game.ui.selection.edit_dialog.dialog.block_movement") }}
+