Skip to content

Commit 4abc287

Browse files
committed
Opening a script from the "Open" dropdown causes index out of bounds exception.
1 parent 0695ab1 commit 4abc287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Spe/Client/Applications/PowerShellIse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ protected void MruOpen(ClientPipelineArgs args)
397397
if(item.IsPowerShellScript()){
398398
LoadItem(db, id);
399399
}
400-
TabsOnChange(this, EventArgs.Empty);
401400
}
402401

403402
protected void ContentTreeview_Click()

0 commit comments

Comments
 (0)