Skip to content

Commit

Permalink
New line after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Nov 27, 2024
1 parent 31958a6 commit b117806
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 IbexaAttributesUI extends Plugin {
this.showForm = this.showForm.bind(this);

let timeoutId = null;

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

0 comments on commit b117806

Please sign in to comment.