We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f897e84 commit a011378Copy full SHA for a011378
src/gui/src/helpers/new_context_menu_item.js
@@ -91,10 +91,6 @@ const new_context_menu_item = function(dirname, append_to_element){
91
baseItems.push({
92
html: "No templates found",
93
icon: `<img src="${html_encode(window.icons['file-template.svg'])}" class="ctx-item-icon">`,
94
- //Add function to ask user to create new template folder
95
- // onClick: function() {
96
- // window.create_file({dirname: dirname, append_to_element: append_to_element, name: template.name});
97
- // }
98
});
99
}
100
0 commit comments