group/ungroup from the menu now working

master
Mark MacKay 2021-04-15 14:43:12 -05:00
parent f48b2ca8d6
commit bdae25e4fe
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ MD.Menu = function(){
$('#tool_move_bottom').on("click", editor.moveToBottomSelected);
$('#tool_move_down').on("click", editor.moveDownSelected);
$('#tool_topath').on("click", editor.convertToPath);
$('#tool_group').on("click", editor.groupSelected);
$('#tool_ungroup').on("click", editor.ungroupSelected);
// top dropdown menus
$('.menu_title')