mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:26:02 +00:00
fix: TypeError: Class constructor MouseSensor cannot be invoked without 'new'
This commit is contained in:
parent
7eb6297d0f
commit
3d04d527f3
@ -135,6 +135,9 @@ class MyMouseSensor extends MouseSensor {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
constructor(props) {
|
||||||
|
super(props);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const InternalKanban = observer((props: any) => {
|
const InternalKanban = observer((props: any) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user