cleanup, fixed self-highlighting in notifications, fixed incorrect hex code handling
This commit is contained in:
parent
6a81aa2745
commit
b04a9d1229
3 changed files with 3 additions and 6 deletions
|
@ -22,8 +22,6 @@ const config = {
|
|||
},
|
||||
setHighlight (state, { user, color, type }) {
|
||||
const data = this.state.config.highlight[user]
|
||||
console.log(user, color, type, data)
|
||||
|
||||
if (color || type) {
|
||||
set(state.highlight, user, { color: color || data.color, type: type || data.type })
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue