feat: Improve cursor handling during drag operations for better user experience

This commit is contained in:
Will Miao
2025-08-22 15:36:27 +08:00
parent 1bf9326604
commit 383b4de539
3 changed files with 12 additions and 3 deletions

View File

@@ -291,7 +291,6 @@ export function addLorasWidget(node, name, opts, callback) {
whiteSpace: "nowrap",
color: active ? "rgba(226, 232, 240, 0.9)" : "rgba(226, 232, 240, 0.6)",
fontSize: "13px",
cursor: "pointer",
userSelect: "none",
WebkitUserSelect: "none",
MozUserSelect: "none",