arturo-lang / grafito

Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
MIT License
143 stars 7 forks source link

[edit node] Fields appearing empty after closing modal #16

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

Fields appearing empty after closing modal

mainly the Name field; weird...

https://github.com/arturo-lang/grafito/blob/82615a4aea835ea7ef9be48598b9fcb2c8050e3b/ui/scripts/app.js#L606


            this.modal.mode = "edit";
            this.modal.accept.button = "Save";

            // TODO(edit node) Fields appearing empty after closing modal
            //  mainly the Name field; weird...
            //  labels: bug, ui 

39e7d0b65a607cd7e2b562da9861e5f4223995bd