Skip to content

Commit

Permalink
Update type
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread committed Dec 29, 2023
1 parent 52341bc commit 3697f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/js/app/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ export class Popup extends EventDispatcher {
this._frameConnected = true;

// Configure
/** @type {import('display').ConfigureMessageDetails} */
/** @type {import('display').DirectApiParams<'displayConfigure'>} */
const configureParams = {
depth: this._depth,
parentPopupId: this._id,
Expand Down

0 comments on commit 3697f12

Please sign in to comment.