From 68c559b9340c051a55871bdc1d33c3b5c17b3d68 Mon Sep 17 00:00:00 2001 From: drrainlab Date: Fri, 25 Jan 2019 13:51:07 +0300 Subject: [PATCH] Update multipane.vue Prevent "mousedown" event from bubbling up which involves in nested multipanes conflict. --- src/multipane.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multipane.vue b/src/multipane.vue index c4f6f26..893c457 100644 --- a/src/multipane.vue +++ b/src/multipane.vue @@ -1,5 +1,5 @@