style(ui): change width resizer's cursor from col-resize to ew-resize
This commit is contained in:
parent
4b1db5961a
commit
315258a8d5
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue