cables-gl / cables

cables is a tool for creating beautiful interactive content
https://cables.gl
MIT License
363 stars 17 forks source link

remove/polyfil prompt() from meta_keyframes and timeline.js #6638

Closed steam0r closed 4 days ago

steam0r commented 2 weeks ago

electron does not have it: https://cables.gl/errorReport/672b50eec7e33d547aae4616 https://github.com/electron/electron/issues/472

pandrr commented 1 week ago

can be replaced like this:

        new ModalDialog({
            "prompt": true,
            "title": "Animation Length",
            "text": "Project length in frames:",
            "promptValue": 123,
            "promptOk": function (inputStr)
            {
            } });
pandrr commented 1 week ago

removed the prompts