Skip to content

Commit 7a9222b

Browse files
committed
hide change for popup
1 parent 2efd7c1 commit 7a9222b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/ContextMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function ContextMenu({
166166
>
167167
{MenuTypeRef.current === 'CanvasElement' && (
168168
<div>
169-
{annoyingPopupOpen === true && (
169+
{false && (
170170
<div
171171
style={{
172172
backgroundColor: 'green',

0 commit comments

Comments
 (0)