Adds creation of creator profile
This commit is contained in:
@@ -84,7 +84,6 @@ const isDown = ref(false);
|
||||
const startX = ref(0);
|
||||
const scrollLeft = ref(0);
|
||||
|
||||
|
||||
onMounted(() => {
|
||||
const slider = document.querySelector('.custom-scroll');
|
||||
slider.addEventListener('mousedown', (e) => {
|
||||
|
||||
Reference in New Issue
Block a user