Skip to content

Commit

Permalink
🐛 Prevent dragging sound thumbnails in the sound editor
Browse files Browse the repository at this point in the history
(cherry picked from commit 11c3e14)
  • Loading branch information
CosmoMyzrailGorynych committed May 11, 2024
1 parent f1f4d74 commit 09412d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styl/tags/editors/sound-editor/sound-editor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@
max-width 1200px
width 100%
margin 0 auto

sound-editor, [data-is="sound-editor"]
.soundthumbnail
pointer-events none

0 comments on commit 09412d4

Please sign in to comment.