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
Describe the bug
Using the API createWorkspace for creating a new workspace leads to an error
To Reproduce
run await this.plugin.call('filePanel', 'createWorkspace', workspaceName, true) and then await this.plugin.call('filePanel', 'switchToWorkspace', workspaceName)
Expected behavior
A new workspace is created and the current workspace is set to be workspaceName
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Using the API createWorkspace for creating a new workspace leads to an error
To Reproduce
run
await this.plugin.call('filePanel', 'createWorkspace', workspaceName, true)
and thenawait this.plugin.call('filePanel', 'switchToWorkspace', workspaceName)
Expected behavior
A new workspace is created and the current workspace is set to be workspaceName
Screenshots
The text was updated successfully, but these errors were encountered: