improving universe switching interface

This commit is contained in:
2023-08-27 23:59:31 +02:00
parent 963fec8e44
commit 1e0aa39677
2 changed files with 17 additions and 16 deletions

View File

@ -66,7 +66,7 @@ export class UserAPI {
this.app.universes,
this.app.settings
);
this.app.openBuffersModal();
this.app.updateKnownUniversesView();
}
_playDocExample = (code?: string) => {