From 64c8253e3cd4348b7ecd3684dae057c8fd5f79b9 Mon Sep 17 00:00:00 2001 From: Alice Koreman Date: Sat, 13 May 2023 13:01:53 +0200 Subject: [PATCH] fix: command bar command type (#5168) fixes type in doc comment to be consistent with ace.d.ts --- src/ext/command_bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/command_bar.js b/src/ext/command_bar.js index b3f99d571e6..537da0b3e22 100644 --- a/src/ext/command_bar.js +++ b/src/ext/command_bar.js @@ -83,7 +83,7 @@ class CommandBarTooltip { * toolbar, the remaining elements are added to the overflow menu. * * @param {string} id - * @param {CommandBarCommand} command + * @param {TooltipCommand} command */ registerCommand(id, command) { var registerForMainTooltip = Object.keys(this.commands).length < this.maxElementsOnTooltip;