mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
remove console
This commit is contained in:
parent
1202750d4c
commit
54afb15fb6
2 changed files with 0 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import React from 'react';
|
||||
|
||||
export const DragGhostWidget = ({ isDragging }) => {
|
||||
console.log('frog');
|
||||
if (!isDragging) return '';
|
||||
return (
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@ import {
|
|||
handleDeactivateTargets,
|
||||
handleActivateNonDraggingComponents,
|
||||
} from './gridUtils';
|
||||
import { useAppVersionStore } from '@/_stores/appVersionStore';
|
||||
import { resolveWidgetFieldValue } from '@/_helpers/utils';
|
||||
import { dragContextBuilder, getAdjustedDropPosition } from './helpers/dragEnd';
|
||||
import useStore from '@/AppBuilder/_stores/store';
|
||||
import './Grid.css';
|
||||
|
|
|
|||
Loading…
Reference in a new issue