可用 action 覆盖内容
This commit is contained in:
parent
0b14d3990d
commit
a129cc4d7b
@ -226,6 +226,10 @@ Component({
|
||||
doView.css = Object.assign({}, doView.css, newVal.css)
|
||||
}
|
||||
}
|
||||
(newVal && newVal.url !== doView.url) && (doView.url = newVal.url);
|
||||
(newVal && newVal.text !== doView.text) && (doView.text = newVal.text);
|
||||
(newVal && newVal.content !== doView.content) && (doView.content = newVal.content);
|
||||
|
||||
const draw = {
|
||||
width: this.currentPalette.width,
|
||||
height: this.currentPalette.height,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user