From 9943e1cc4306675f4ce5cad7e3be8e3353356f60 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 13 Jan 2020 02:02:31 +0200 Subject: [PATCH] removed references to v3compat --- src/components/style_switcher/style_switcher.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js index b84d2489..34826f9f 100644 --- a/src/components/style_switcher/style_switcher.js +++ b/src/components/style_switcher/style_switcher.js @@ -481,7 +481,6 @@ export default { currentColors () { try { this.previewColors = generateColors({ - v3compat: this.currentCompat, opacity: this.currentOpacity, colors: this.currentColors }) @@ -494,7 +493,6 @@ export default { currentOpacity () { try { this.previewColors = generateColors({ - v3compat: this.currentCompat, opacity: this.currentOpacity, colors: this.currentColors })