Skip to content

Commit

Permalink
chore(weg): associated-view class rename
Browse files Browse the repository at this point in the history
  • Loading branch information
luriusTM committed Nov 14, 2024
1 parent 3deadca commit 35c98f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/seelenweg/modules/item/infra/UserApplication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const UserApplication = memo(({ item, onAssociatedViewOpenChanged }: Prop
}, [openPreview || openContextMenu]);

return (
<DraggableItem item={item} className={cx({ 'opened-associated-view': openPreview || openContextMenu })}>
<DraggableItem item={item} className={cx({ 'associated-view-open': openPreview || openContextMenu })}>
<WithContextMenu items={getMenuForItem(t, item) || []} onOpenChange={(isOpen) => {
setOpenContextMenu(isOpen);
if (openPreview && isOpen) {
Expand Down

0 comments on commit 35c98f8

Please sign in to comment.