Skip to content

Commit

Permalink
docs: add missing JSDoc annotation for resized event (#7534) (#7537)
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 authored Jul 11, 2024
1 parent 89fcc31 commit 6b6d41e
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 6b6d41e

Please sign in to comment.