Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Nov 15, 2018
1 parent 24561aa commit c92d37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/actionbar/actionbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ export class ActionBar extends Disposable implements IActionRunner {
for (let i = 0; i < this.items.length; i++) {
let item = this.items[i];

let actionItem = <any>item;
let actionItem = item;

if (i === this.focusedItem) {
if (types.isFunction(actionItem.isEnabled)) {
Expand Down

0 comments on commit c92d37c

Please sign in to comment.