Skip to content

Commit a011378

Browse files
committed
remove extra comments
1 parent f897e84 commit a011378

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/gui/src/helpers/new_context_menu_item.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ const new_context_menu_item = function(dirname, append_to_element){
9191
baseItems.push({
9292
html: "No templates found",
9393
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-
// }
9894
});
9995
}
10096

0 commit comments

Comments
 (0)