05.09.2022, 10:34
(05.09.2022, 10:26)admin Wrote: Read-only disables transform modifications. Add this to Custom JS to fix this issue:
Code:$(function() { $('.spin-animation.item-read-only') .removeClass('item-read-only') .css('pointer-events', 'none'); });
Thank you admin
Works good
Best Regards,