Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
methods
Method · 0.95
moveAndOpen
Method · 0.45
close
Method · 0.45
open
Method · 0.45
make
Method · 0.45
enableModuleBindings
Method · 0.45
close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected