Skip to content

Commit

Permalink
Make same change for area with annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ALevansSamsung committed Dec 27, 2024
1 parent 1d4fc8e commit ae0fd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/frontend/panel_container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export class PanelContainer implements m.ClassComponent<Attrs> {
'.scroll-limiter',
m('canvas.main-canvas'),
),
m('.panels', children),
m('.panels', {ondragstart: (e: DragEvent) => e.preventDefault()}, children),
];
}

Expand Down

0 comments on commit ae0fd1f

Please sign in to comment.