You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the current momement, if a user specifies any classes and AFTER, calls the set_draggable method, it will overwrite the class data
that the user specified.
needs to be changed to:
set_class('draggable', append=True)
The text was updated successfully, but these errors were encountered:
QuykHtml/QuykHtml.py
Line 1185 in 38505ba
At the current momement, if a user specifies any classes and AFTER, calls the set_draggable method, it will overwrite the class data
that the user specified.
needs to be changed to:
The text was updated successfully, but these errors were encountered: