mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
feat: Blocked url drag and drop
This commit is contained in:
parent
1b15c6236c
commit
c0dde9a32d
1 changed files with 5 additions and 0 deletions
|
@ -75,3 +75,8 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
a {
|
||||
-webkit-user-drag: none;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue