提交 54755765 编写于 作者: I isidor

fix compile error

上级 707134ef
......@@ -49,7 +49,10 @@ export class ActionBar extends Disposable implements IActionRunner {
private _actionRunner: IActionRunner;
private _context: unknown;
private readonly _orientation: ActionsOrientation;
private readonly _triggerKeys: ActionTrigger;
private readonly _triggerKeys: {
keys: KeyCode[];
keyDown: boolean;
};
private _actionIds: string[];
// View Items
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册