forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
256c3c2abd
commit
2c2764cd05
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@
|
|||
'background-color': this.image.properties.average_color ? `rgb(${this.image.properties.average_color.join(',')})` : 'transparent',
|
||||
'background-image': `url(${this.image.url}?thumbnail&size=512)`
|
||||
};
|
||||
console.log(this.styles);
|
||||
|
||||
this.mousemove = e => {
|
||||
const rect = this.refs.view.getBoundingClientRect();
|
||||
|
|
Loading…
Reference in a new issue