Skip to content

Commit

Permalink
Implement no-op setOutline() to un-break EPUB/snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Nov 22, 2024
1 parent 6ad00d5 commit b48d653
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dom/common/dom-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,10 @@ abstract class DOMView<State extends DOMViewState, Data> {
this._overlayPopupDelayer.setOpen(!!popup);
}

setOutline() {
// No-op
}

// ***
// Public methods to control the view from the outside
// ***
Expand Down

0 comments on commit b48d653

Please sign in to comment.