Skip to content

Commit

Permalink
these frickin' lists man
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahhh committed Dec 17, 2024
1 parent 3655cf7 commit dad7fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ async function main() {
isDropTarget &&
tool.type === "workspace-pick" &&
tool.source === idxInWorkspace &&
tool.index === i
tool.index === cell.idx
) {
lyr.fillStyle = "rgba(200,200,200,1)";
lyr.fillRect(...xywh);
Expand Down

0 comments on commit dad7fb1

Please sign in to comment.