Skip to content

Commit

Permalink
[Fix/UX] Disable dragging elements (#3514)
Browse files Browse the repository at this point in the history
Disable dragging elements
  • Loading branch information
arielj authored Feb 4, 2024
1 parent 251ac27 commit b232737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ function App() {
fullscreen: isFullscreen,
oldDesign: !experimentalFeatures.enableNewDesign
})}
// disable dragging for all elements by default
onDragStart={(e) => e.preventDefault()}
>
<HashRouter>
<OfflineMessage />
Expand Down

0 comments on commit b232737

Please sign in to comment.