MCPcopy Index your code
hub / github.com/codex-team/editor.js / hide

Method hide

src/components/modules/api/tooltip.ts:55–57  ·  view source on GitHub ↗

* Method hides tooltip on HTML page

()

Source from the content-addressed store, hash-verified

53 * Method hides tooltip on HTML page
54 */
55 public hide(): void {
56 tooltip.hide();
57 }
58
59 /**
60 * Decorator for showing Tooltip by mouseenter/mouseleave

Callers 7

methodsMethod · 0.95
moveAndOpenMethod · 0.45
closeMethod · 0.45
openMethod · 0.45
makeMethod · 0.45
enableModuleBindingsMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected