[nit] Remove tab index on canvas element (#3563)

This commit is contained in:
Chenlei Hu
2025-04-22 11:40:22 -04:00
committed by GitHub
parent c7318bcf0a
commit 6b7b0f6ec1

View File

@@ -21,12 +21,7 @@
</LiteGraphCanvasSplitterOverlay>
<TitleEditor />
<GraphCanvasMenu v-if="!betaMenuEnabled && canvasMenuEnabled" />
<canvas
id="graph-canvas"
ref="canvasRef"
tabindex="1"
class="w-full h-full touch-none"
/>
<canvas id="graph-canvas" ref="canvasRef" class="w-full h-full touch-none" />
<NodeSearchboxPopover />
<SelectionOverlay v-if="selectionToolboxEnabled">
<SelectionToolbox />