mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 22:53:26 +02:00
Version 1.9
This commit is contained in:
@@ -120,7 +120,7 @@ function UIItem:canAcceptDrop(widget, mousePos)
|
||||
end
|
||||
|
||||
function UIItem:onClick(mousePos)
|
||||
if not self.selectable then
|
||||
if not self.selectable or not self.editable then
|
||||
return
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user