We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cab14 commit 49392ebCopy full SHA for 49392eb
1 file changed
src/DynamoCore/Models/DynamoModel.cs
@@ -325,9 +325,8 @@ public WorkspaceModel CurrentWorkspace
325
set
326
{
327
if (Equals(value, currentWorkspace)) return;
328
- var old = currentWorkspace;
+ OnWorkspaceHidden(currentWorkspace);
329
currentWorkspace = value;
330
- OnWorkspaceHidden(old);
331
OnPropertyChanged(nameof(CurrentWorkspace));
332
}
333
0 commit comments