#255 fixed rectangle element not offsetting mouse events

This commit is contained in:
Mikayla Fischler
2023-06-07 18:38:00 -04:00
parent 8c87cb3e26
commit 5d6dda5619
8 changed files with 20 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.17.5"
local SUPERVISOR_VERSION = "v0.17.6"
local println = util.println
local println_ts = util.println_ts