panarch / standalone-vexflow-context

Browser independent VexFlow context
MIT License
20 stars 6 forks source link

Vex.Merge does not exist anymore #6

Open erenyenigul opened 1 year ago

erenyenigul commented 1 year ago

When I tried to use the package with Vexflow 4.. and tried to insert text, I realized Vex.Merge does not exist anymore. So I get an error.

erenyenigul commented 1 year ago

@panarch, Instead of Vex.Merge, why not just copy the object (this.attributes)? like this const attributes = {...this.attributes};