Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
code improve
  • Loading branch information
jtydhr88 committed Dec 15, 2025
commit 7a5a3132e05898ee7ca48eeb9a6935f50ca93f96
2 changes: 1 addition & 1 deletion src/components/graph/SelectionRectangle.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div
v-if="isVisible"
class="pointer-events-none absolute z-[9999] border border-blue-400 bg-blue-500/20"
class="pointer-events-none absolute z-9999 border border-blue-400 bg-blue-500/20"
:style="rectangleStyle"
/>
</template>
Expand Down
3 changes: 0 additions & 3 deletions src/lib/litegraph/src/LGraphCanvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4796,9 +4796,6 @@ export class LGraphCanvas implements CustomEventDispatcher<LGraphCanvasEventMap>
this.#renderSnapHighlight(ctx, highlightPos)
}

// Area-selection rectangle is rendered in DOM layer (SelectionRectangle.vue)
// to ensure it appears above DOM widgets (images, textareas, etc.)

// on top of link center
if (
!this.isDragging &&
Expand Down