mirror of https://github.com/buster-so/buster.git
Remove logs
This commit is contained in:
parent
90f5e3a05e
commit
f38c61e70c
|
@ -194,7 +194,7 @@ export const NodeTypeLabels = {
|
||||||
keywords: []
|
keywords: []
|
||||||
},
|
},
|
||||||
equation: {
|
equation: {
|
||||||
label: 'Mark as equation',
|
label: 'Equation',
|
||||||
keyboard: undefined,
|
keyboard: undefined,
|
||||||
keywords: []
|
keywords: []
|
||||||
},
|
},
|
||||||
|
|
|
@ -99,8 +99,6 @@ export function FontColorToolbarButton({
|
||||||
}
|
}
|
||||||
}, [color, selectionDefined]);
|
}, [color, selectionDefined]);
|
||||||
|
|
||||||
console.log(customColors, organizationPalettes);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DropdownMenu
|
<DropdownMenu
|
||||||
open={open}
|
open={open}
|
||||||
|
|
|
@ -158,11 +158,6 @@ const LinkEditPopoverContent = ({
|
||||||
|
|
||||||
const inputClassName = linkInputVariants();
|
const inputClassName = linkInputVariants();
|
||||||
|
|
||||||
const realTimeUpdate = (e: React.ChangeEvent<HTMLInputElement>) => {
|
|
||||||
console.log(e.target.value);
|
|
||||||
textInputProps.onChange(e);
|
|
||||||
};
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex w-[330px] flex-col" {...inputProps}>
|
<div className="flex w-[330px] flex-col" {...inputProps}>
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
|
@ -187,7 +182,6 @@ const LinkEditPopoverContent = ({
|
||||||
placeholder="Text to display"
|
placeholder="Text to display"
|
||||||
data-plate-focus
|
data-plate-focus
|
||||||
{...textInputProps}
|
{...textInputProps}
|
||||||
onChange={realTimeUpdate}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue