Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
06e94018
Commit
06e94018
authored
Apr 18, 2021
by
Prakhar Agarwal
🎯
Browse files
implemented tooltip feature
parent
f736712d
Changes
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/components/menu/menu.js
View file @
06e94018
...
...
@@ -680,7 +680,8 @@ window.modifiers = function (menu_item, modifiers) {
}
window
.
tooltip
=
function
(
menu_item
,
tooltip
)
{
// console.log("NEED TO IMPLEMENT TOOLTIP", tooltip);
menu_item
.
setAttribute
(
"
data-toggle
"
,
"
tooltip
"
);
menu_item
.
setAttribute
(
"
title
"
,
tooltip
);
}
window
.
recent_files
=
function
(
elem
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment