Skip to content

Commit

Permalink
fix: fix drag and drop in LayerTree
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLohoff committed Dec 11, 2024
1 parent 67eb809 commit 25011cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LayerTree/LayerTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ const LayerTree: React.FC<LayerTreeProps> = ({
title: <div
draggable={true}
onClick={e => e.stopPropagation()}
onDragStart={e => {e.stopPropagation(); e.preventDefault();}}
>
{getTreeNodeTitle(layer)}
</div>,
Expand Down

0 comments on commit 25011cc

Please sign in to comment.