Skip to content

Commit

Permalink
tsc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahhh committed Dec 19, 2024
1 parent dad7fb1 commit 9900015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@ async function main() {
isDropTarget &&
tool.type === "workspace-pick" &&
tool.source === idxInWorkspace &&
cell.type === "item" &&
tool.index === cell.idx
) {
lyr.fillStyle = "rgba(200,200,200,1)";
Expand Down Expand Up @@ -1599,7 +1600,7 @@ async function main() {
const renderEscapeRouteMark = (
lyr: Layer,
centerPos: Vec2,
onClick?: Function,
onClick?: () => void,
disabled?: boolean,
) => {
const markRadius = 13;
Expand Down

0 comments on commit 9900015

Please sign in to comment.