newcat / baklavajs

Graph / node editor in the browser using VueJS
http://baklava.tech
MIT License
1.47k stars 107 forks source link

renderer_vue.umd.js file related #392

Closed nikitagirase11 closed 5 months ago

nikitagirase11 commented 5 months ago

Hello , we can see that there is two default options are created (Rename,Delete) but if i change code in that file renderer_vue.umd.js file const items = [ { value: "rename", label: "Rename" }, { value: "delete", label: "Delete" } ];

and if i change to const items = [ { value: "rename", label: "Rename_Ok" }, { value: "delete", label: "Delete_No" } ];

this changes are not reflecting there?? any cmds or something i have to do?

what if i want to add Maximise and minimize button to that default node

nikitagirase11 commented 5 months ago

Solved problem