mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update wowAPI, ColorPicker
This commit is contained in:
@@ -469,10 +469,7 @@ function EditBoxSetCursorPosition(self, pos)
|
||||
if pos == 0 then
|
||||
text = sub(text, 0, 1)
|
||||
self:HighlightText(0, 1)
|
||||
self:Insert(nbsp)
|
||||
self:Insert(text)
|
||||
self:HighlightText(0, 1)
|
||||
self:Insert("")
|
||||
else
|
||||
text = sub(text, pos, pos)
|
||||
self:HighlightText(pos - 1, pos)
|
||||
|
||||
Reference in New Issue
Block a user