Fixed an error while trying to move the window by clicking and holding on a window line

This commit is contained in:
Tercio Jose
2022-10-09 20:48:47 -03:00
parent 944178f76f
commit b588d5e30c
95 changed files with 1630 additions and 1662 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function Details.OpenPlaterIntegrationWindow()
local build_anchor_side_table = function(member)
local t = {}
for i = 1, 13 do
tinsert (t, {
tinsert(t, {
label = anchor_names[i],
value = i,
onclick = function(_, _, value)