feat: Blocked url drag and drop

This commit is contained in:
Georgiy 2023-05-08 13:32:52 +03:00
parent 1b15c6236c
commit c0dde9a32d
1 changed files with 5 additions and 0 deletions

View File

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