Skip to content
Snippets Groups Projects
Commit 9943e1cc authored by HJ's avatar HJ :fire:
Browse files

removed references to v3compat

parent 8d2f2866
No related branches found
No related tags found
2 merge requests!1074Update master with 2.0.0,!1037Themes v3 Part 1 "2.1" codenamed "One step for themes, a giant burder for code reviewers"
......@@ -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
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment