Skip to content

Commit

Permalink
Disable desktop app draggable. (labring#4571)
Browse files Browse the repository at this point in the history
Signed-off-by: zzjin <tczzjin@gmail.com>
  • Loading branch information
zzjin authored and nowinkeyy committed Mar 11, 2024
1 parent 66e8da2 commit 37b62dd
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
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
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 37b62dd

Please sign in to comment.