Refactor CSS and add "style" function
This commit is contained in:
parent
b40ee8d5b1
commit
5f165d1071
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ export const bind = transform => {
|
||||||
const update = (...data) => {
|
const update = (...data) => {
|
||||||
const next = transform(...data)
|
const next = transform(...data)
|
||||||
if (next) {
|
if (next) {
|
||||||
console.log(element)
|
|
||||||
if (element) element.replaceWith(next)
|
if (element) element.replaceWith(next)
|
||||||
element = inject(next)
|
element = inject(next)
|
||||||
return element
|
return element
|
||||||
|
|
Loading…
Reference in a new issue