Skip to content

Commit

Permalink
Disable desktop app draggable. (#4571)
Browse files Browse the repository at this point in the history
Signed-off-by: zzjin <tczzjin@gmail.com>
  • Loading branch information
zzjin authored Mar 11, 2024
1 parent 8fd13f6 commit dabac70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/desktop/src/components/desktop_content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export default function DesktopContent(props: any) {
height="100%"
src={item?.icon}
fallbackSrc={ImageFallBackUrl}
draggable={false}
alt="user avator"
/>
</Box>
Expand Down
1 change: 1 addition & 0 deletions frontend/desktop/src/components/more_apps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default function Index() {
height="100%"
src={item?.icon}
fallbackSrc={ImageFallBackUrl}
draggable={false}
alt="user avator"
/>
</Box>
Expand Down

0 comments on commit dabac70

Please sign in to comment.