You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move first method from pdfexport module into the hook
It made little sense that we ask a concrete hook implementation for the
first implementation of a hook. It essentially limited us to exactly one
possible pdfexport extension (our own), which is not how hooks are
supposed to work.
0 commit comments