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
Ideally we could instead provide another IDocumentManager to the system which would extend the base DocumentManager, but override the open method and define the current logic there.
The text was updated successfully, but these errors were encountered:
Currently the
docManager.open
method is patched here to be able to open documents in new browser tabs:notebook/packages/docmanager-extension/src/index.ts
Lines 29 to 58 in 9507aa2
Ideally we could instead provide another
IDocumentManager
to the system which would extend the baseDocumentManager
, but override theopen
method and define the current logic there.The text was updated successfully, but these errors were encountered: