fix
This commit is contained in:
parent
8e0a2b4264
commit
6e838701fb
@ -230,7 +230,7 @@ Component({
|
|||||||
doView.css = Object.assign({}, doView.css, newVal.css)
|
doView.css = Object.assign({}, doView.css, newVal.css)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (newVal.rect) {
|
if (newVal && newVal.rect) {
|
||||||
doView.rect = newVal.rect;
|
doView.rect = newVal.rect;
|
||||||
}
|
}
|
||||||
if (newVal && newVal.url && doView.url && newVal.url !== doView.url) {
|
if (newVal && newVal.url && doView.url && newVal.url !== doView.url) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user