openscd / open-scd-core

Apache License 2.0
5 stars 8 forks source link

feat(open-scd): pass editCount to editor and menu plugins #85

Closed JakobVogelsang closed 1 year ago

JakobVogelsang commented 1 year ago

The property next is changed by open-scd on every change of the XMLDocument and as editCount can therefore be used by both editor and menu type plugins to trigger UI updates.

Closes #84

pascalwilbrink commented 1 year ago

Why is editCount passed down to the plugins?