We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c7758 commit 64c8253Copy full SHA for 64c8253
src/ext/command_bar.js
@@ -83,7 +83,7 @@ class CommandBarTooltip {
83
* toolbar, the remaining elements are added to the overflow menu.
84
*
85
* @param {string} id
86
- * @param {CommandBarCommand} command
+ * @param {TooltipCommand} command
87
*/
88
registerCommand(id, command) {
89
var registerForMainTooltip = Object.keys(this.commands).length < this.maxElementsOnTooltip;
0 commit comments