You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's actually not that simple: injectSymbols reset the Symbols page and render all the symbols that we found. So if we use allSymbols, it will bring the symbols from other pages as well.
Right now we iterate through all the pages and then all the layers to get the symbol masters.
There is a convenient method on
MSDocumentData
calledallSymbols
and we should just use it.The text was updated successfully, but these errors were encountered: