mastodon-unfurl.love/0017-on.mouse_release

7 lines
87 B
Plaintext

on.mouse_release = function(x,y, mouse_button)
if Pan then
Pan = nil
A()
end
end