fix: removed debug

This commit is contained in:
Adam Gough
2025-05-17 22:16:34 -04:00
parent 86d94074ac
commit 8e6101b0e3
2 changed files with 812 additions and 856 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff