Add column mover

This commit is contained in:
2024-01-18 16:27:07 +01:00
parent d1e1c75949
commit 7b416bf910
3 changed files with 229 additions and 8 deletions

View File

@ -1,4 +1,4 @@
export default class ColumResizer {
export default class ColumnResizer {
constructor(wrap, handleSelector) {
this._handleSelector = handleSelector;
this._mouseDown = this._mouseDown.bind(this);