Skip to content

Commit

Permalink
fix another bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetSea-ButImNotSweet committed Jul 30, 2023
1 parent b41edc9 commit 28b4dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/scenes/dict.lua
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ function scene.mouseUp()
else
lastSelected=listBox.selected
scene.widgetList.copy.hide=false
_updateInfoBox()
end
end
_updateInfoBox()
end

function scene.update(dt)
Expand Down

0 comments on commit 28b4dbc

Please sign in to comment.