Skip to content

Commit

Permalink
init activeModelElement in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Oct 15, 2024
1 parent 7a8b563 commit 09e6338
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class IbexaCustomTagUI extends Plugin {
this.addCustomTag = this.addCustomTag.bind(this);

this.isNew = false;
this.activeModelElement = null;

let timeoutId = null;
this.listenTo(this.balloon.view, 'change:top', () => {
Expand Down

0 comments on commit 09e6338

Please sign in to comment.