()
| 112 | } |
| 113 | |
| 114 | size_changed() { |
| 115 | if (!this.wrapper) { |
| 116 | return; |
| 117 | } |
| 118 | |
| 119 | const style = { |
| 120 | width: this.model.get('width'), |
| 121 | height: this.model.get('height'), |
| 122 | }; |
| 123 | this.wrapper.props.style = style; |
| 124 | } |
| 125 | |
| 126 | data_changed() { |
| 127 | if (!this.explorer) { |