Skip to content

Commit

Permalink
Update ComponentDesignerView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
codebdy committed Dec 25, 2023
1 parent 64a6aaf commit 5712095
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const ComponentDesignerView = memo((props: { nodeId: string }) => {
const handleRef = useCallback((element: HTMLElement | undefined) => {
for (const key of Object.keys(node?.rxProps || {})) {
if (isHTMLElement(element) && !locked) {
console.log("===> handleRef", node?.meta?.componentName, element)
element?.setAttribute(key, (node?.rxProps as any)[key])
}
}
Expand Down

0 comments on commit 5712095

Please sign in to comment.