mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 23:17:59 -05:00
fix: removed debug
This commit is contained in:
@@ -48,17 +48,6 @@ export function LongInput({
|
||||
const [activeSourceBlockId, setActiveSourceBlockId] = useState<string | null>(null)
|
||||
const containerRef = useRef<HTMLDivElement>(null)
|
||||
|
||||
// Log when in preview mode to verify it's working
|
||||
useEffect(() => {
|
||||
if (isPreview) {
|
||||
logger.info(`[PREVIEW] LongInput for ${blockId}:${subBlockId}`, {
|
||||
isPreview,
|
||||
propValue,
|
||||
value
|
||||
});
|
||||
}
|
||||
}, [isPreview, propValue, value, blockId, subBlockId]);
|
||||
|
||||
// Calculate initial height based on rows prop with reasonable defaults
|
||||
const getInitialHeight = () => {
|
||||
// Use provided rows or default, then convert to pixels with a minimum
|
||||
|
||||
1657
package-lock.json
generated
1657
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user