1
0
Fork 0

feat(core): Return from macros

This commit is contained in:
joostdecock 2023-09-28 13:26:32 +02:00
parent 3ed61f56e1
commit 18042c8f3d
17 changed files with 98 additions and 31 deletions

View file

@ -230,6 +230,8 @@ const addTitleMacro = function (
* Store all IDs in the store so we can remove this macro with rmtitle
*/
store.set(['parts', part.name, 'macros', 'title', 'ids', mc.id, 'points'], ids)
return store.getMacroIds(mc.id, 'title')
}
// Export macros