resizable-sidebars #49

Merged
sauceyred merged 17 commits from resizable-sidebars into main 2025-07-19 06:46:26 +00:00
Showing only changes of commit 315258a8d5 - Show all commits

View file

@ -42,7 +42,7 @@ onMounted(() => {
createContextMenu(e, menuItems);
return
};
document.body.style.cursor = "col-resize";
document.body.style.cursor = "ew-resize";
function handleMove(pointer: PointerEvent) {
if (resizableSidebar.value) {
console.log("moving");