删除HTML控件的调试日志

This commit is contained in:
jingrow 2026-01-24 04:40:44 +08:00
parent 609670e37d
commit 7aba11a31e

View File

@ -55,7 +55,7 @@ function handleSave(newFields: any[]) {
// Handle dirty state change // Handle dirty state change
function handleDirtyChange(isDirty: boolean) { function handleDirtyChange(isDirty: boolean) {
console.log('Form builder dirty:', isDirty) // Form builder dirty state changed
} }
</script> </script>