refactor: removed unused imports

This commit is contained in:
Johnson Cherian 2024-03-12 13:15:02 +05:30
parent d420099267
commit 614cd5f538

View file

@ -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 }) => {