#243 changed rectangle to use content window, significant simplification of offset logic, improved delete rendering

This commit is contained in:
Mikayla Fischler
2023-05-30 20:43:33 -04:00
parent de9cb3bd3a
commit 4c35233289
8 changed files with 31 additions and 46 deletions

View File

@@ -20,7 +20,7 @@ local sounder = require("coordinator.sounder")
local apisessions = require("coordinator.session.apisessions")
local COORDINATOR_VERSION = "v0.15.4"
local COORDINATOR_VERSION = "v0.15.5"
local println = util.println
local println_ts = util.println_ts