mirror of https://github.com/vector-im/riot-web
Fix resizer for detaching
parent
d4a4ac5680
commit
920bd82b66
|
@ -84,7 +84,7 @@ export default class Resizer<C extends IConfig = IConfig> {
|
|||
}
|
||||
|
||||
public detach() {
|
||||
const attachment = this?.config?.handler.parentElement ?? this.container;
|
||||
const attachment = this?.config?.handler?.parentElement ?? this.container;
|
||||
attachment.removeEventListener("mousedown", this.onMouseDown, false);
|
||||
window.removeEventListener("resize", this.onResize);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue