Function: hideChaff()
function hideChaff(opt_onlyClosePopups?): void;
Defined in: packages/blockly/core/blockly.ts:309
Close tooltips, context menus, dropdown selections, etc.
Parameters
| Parameter | Type | Description |
|---|---|---|
opt_onlyClosePopups? | boolean | Whether only popups should be closed. |
Returns
void
See
Blockly.WorkspaceSvg.hideChaff