提交 b1a4f320 编写于 作者: S SteVen Batten

fixes #60067

上级 5b03dcd6
......@@ -419,6 +419,10 @@ export class ActionBar extends Disposable implements IActionRunner {
this._context = options.context;
this._actionRunner = this.options.actionRunner;
if (!this.options.triggerKeys) {
this.options.triggerKeys = defaultOptions.triggerKeys;
}
if (!this._actionRunner) {
this._actionRunner = new ActionRunner();
this._register(this._actionRunner);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册