@internal
()
| 243 | |
| 244 | /** @internal */ |
| 245 | protected _cleanHelper(): DDResizable { |
| 246 | DDResizable._originStyleProp.forEach((prop, i) => { |
| 247 | this.el.style[prop] = this.elOriginStyleVal[i] || null; |
| 248 | }); |
| 249 | this.el.parentElement.style.position = this.parentOriginStylePosition || null; |
| 250 | return this; |
| 251 | } |
| 252 | |
| 253 | /** @internal */ |
| 254 | protected _getChange(event: MouseEvent, dir: string): TemporalRect { |