From 784fb9495a30250e0ac4687f1ddf8b46ad367633 Mon Sep 17 00:00:00 2001 From: Sjoerd Beentjes Date: Mon, 14 Dec 2020 10:12:27 +0100 Subject: [PATCH] fix(LayerListControls): start with empty selectedIds on mount --- .../lib/components/LayerListControls/LayerListControls.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/vue-components/lib/components/LayerListControls/LayerListControls.vue b/packages/vue-components/lib/components/LayerListControls/LayerListControls.vue index 3898874d3..77eb080f1 100644 --- a/packages/vue-components/lib/components/LayerListControls/LayerListControls.vue +++ b/packages/vue-components/lib/components/LayerListControls/LayerListControls.vue @@ -33,7 +33,7 @@