1
This commit is contained in:
Alex Yatskov 2025-01-19 17:49:22 -08:00
parent ac6b048849
commit cca868ec5c

View File

@ -262,8 +262,8 @@ function Param:select(inner)
start_cursor = self.cells[start_index]:get_start_cursor() start_cursor = self.cells[start_index]:get_start_cursor()
stop_cursor = self.cells[stop_index]:get_stop_cursor() stop_cursor = self.cells[stop_index]:get_stop_cursor()
else else
start_cursor = self.cells[1]:get_start_cursor() start_cursor = self.range.start_cursor:get_next()
stop_cursor = self.cells[#self.cells]:get_stop_cursor() stop_cursor = self.range.stop_cursor:get_previous()
local previous_param = self:get_previous() local previous_param = self:get_previous()
if previous_param then if previous_param then