Skip to content

Commit

Permalink
docs: add missing JSDoc annotation for resized event (#7534) (#7538)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan committed Jul 11, 2024
1 parent 030c29d commit e6266ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/dialog/src/vaadin-dialog-resizable-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,10 @@ export const DialogResizableMixin = (superClass) =>
this.$.overlay.$.resizerContainer.scrollTop = scrollPosition;
return { width, height, contentWidth, contentHeight };
}

/**
* Fired when the dialog resize is finished.
*
* @event resize
*/
};

0 comments on commit e6266ff

Please sign in to comment.