vjekob / al-objid

Manage object IDs in multi-user environments with mind-boggling simplicity.
MIT License
29 stars 17 forks source link

Do not add another semicolon as it was added already. Fixes #21 #22

Closed DavidFeldhoff closed 2 years ago

DavidFeldhoff commented 2 years ago

As described in #21, I think it's safe to remove the semicolon. as it is already inserted in line 23

this.insertText = `${objectId.id}${this._injectSemicolon ? ";" : ""}`;
DavidFeldhoff commented 2 years ago

No excuse needed, I heard about it this week. Thanks for picking it up :)