From 9d26daaa45bbd1488c25fc327094562b4a7118e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= <ciaranainsworth@posteo.net>
Date: Thu, 17 Oct 2019 10:18:55 +0200
Subject: [PATCH] Add new whitlisted class for upward menus

---
 front/vue.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/vue.config.js b/front/vue.config.js
index 7c3d47ef43..b4be291229 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -21,7 +21,7 @@ plugins.push(
     ]),
     whitelist: ['scale'],
     whitelistPatterns:[/plyr/],
-    whitelistPatternsChildren:[/plyr/]
+    whitelistPatternsChildren:[/plyr/,/dropdown/,/upward/]
   }),
 )
 module.exports = {
-- 
GitLab