0
0
Fork 0
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:
Georgiy 2023-05-08 13:32:52 +03:00
parent 1b15c6236c
commit c0dde9a32d

View file

@ -75,3 +75,8 @@ export default {
},
};
</script>
<style>
a {
-webkit-user-drag: none;
}
</style>