Added the arrow pointer in
This commit is contained in:
parent
315333d8eb
commit
9e046ba8eb
4 changed files with 18 additions and 1 deletions
|
@ -254,10 +254,12 @@ haste.prototype.configureButton = function(options) {
|
|||
$('#key .box3 .label').text(options.label);
|
||||
$('#key .box3 .shortcut').text(options.shortcutDescription || '');
|
||||
$('#key .box3').show();
|
||||
$(this).append($('#pointer').remove().show());
|
||||
});
|
||||
// Hide the label
|
||||
options.$where.mouseleave(function(evt) {
|
||||
$('#key .box3').hide();
|
||||
$('#pointer').hide();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue