mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
refactor: removed unused imports
This commit is contained in:
parent
d420099267
commit
614cd5f538
1 changed files with 0 additions and 1 deletions
|
|
@ -450,7 +450,6 @@ export default function DragContainer({
|
|||
}}
|
||||
onResizeGroupStart={({ events }) => {
|
||||
const parentElm = events[0].target.closest('.real-canvas');
|
||||
console.log('parentElm', parentElm);
|
||||
parentElm.classList.add('show-grid');
|
||||
}}
|
||||
onResizeGroup={({ events }) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue