We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b363ee2 commit 09c1df9Copy full SHA for 09c1df9
code/components/room-components/overlay/tools-node-overlay.tsx
@@ -406,6 +406,11 @@ export function ToolsNodeOverlay() {
406
setTransformingImage,
407
singleLocked,
408
weaveConnectionStatus,
409
+ setRemoveBackgroundPopupImageId,
410
+ setRemoveBackgroundPopupShow,
411
+ setRemoveBackgroundPopupImageURL,
412
+ setRemoveBackgroundPopupOriginImage,
413
+ setRemoveBackgroundPopupOriginNodeId,
414
]);
415
416
const colorTokenTools = React.useMemo(() => {
0 commit comments