Sergey Y
Sergey Y
Hi! Thanks for doing this! It did not work out fo the box, unfortunately. Should I also change js extensions accordingly? https://github.com/daterre/Cradle/blob/master/Editor/js/StoryFormats/Sugar/sugar.extensions.js_ Meanwhile I tested it by changing my imported...
StoryVarExtensions needed minor fix on line 254 (Max to Min). Likely the same issue for the other operations? Now I'm stuck with lack of vars capturing support in my story,...
Hey mate, anything I could help with?
suggesting fix that worked for me: ``` $el.modal('hide'); Modal.count--; + if (Modal.count >0){ + $(document.body).addClass( "modal-open" ); + } + }, /** * Stop the modal from closing. * Can...
@ajay-fuji is this still a pressing issue?
@htz2507 could you please check whether this was fixed?