mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
refactor: removed unused consoles
This commit is contained in:
parent
d6c0f65bdf
commit
319464c0c5
1 changed files with 0 additions and 1 deletions
|
|
@ -463,7 +463,6 @@ export default function DragContainer({
|
|||
}}
|
||||
checkInput
|
||||
onDragStart={(e) => {
|
||||
console.log('onDragStart->', e.inputEvent.target);
|
||||
e?.moveable?.controlBox?.removeAttribute('data-off-screen');
|
||||
const box = boxes.find((box) => box.id === e.target.id);
|
||||
let isDragOnTable = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue