getAllNodes Should Return Subclass Nodes #91
Labels
compat-breaking
Any changes must be carefully performed to avoid breaking backwards compatibility.
enhancement
New feature or request
Reason: In mmmk.js, lines 692-705, the '$type' of the node is directly matched against.
Proposal: getAllNodes should be extended with an extra boolean parameter 'includeSubclasses' which then instructs the function to include the sub class nodes.
The text was updated successfully, but these errors were encountered: