removed references to v3compat

revert-cdd4f0ae
Henry Jameson 5 years ago
parent 8d2f2866f6
commit 9943e1cc43

@ -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
})

Loading…
Cancel
Save