mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-09-24 16:40:55 -06:00
Merge e145bb7574cad4fde4f04b2c9a73d8f57423c2e0 into 6abda7ab68cc20f4aca870eb243747951b90ab04
This commit is contained in:
commit
7f9e94c013
@ -100,7 +100,7 @@ function createIcon(options, enableTooltips, shortcuts) {
|
||||
enableTooltips = (enableTooltips == undefined) ? true : enableTooltips;
|
||||
|
||||
if(options.title && enableTooltips) {
|
||||
el.title = createTootlip(options.title, options.action, shortcuts);
|
||||
el.title = createTooltip(options.title, options.action, shortcuts);
|
||||
|
||||
if(isMac) {
|
||||
el.title = el.title.replace("Ctrl", "⌘");
|
||||
@ -120,7 +120,7 @@ function createSep() {
|
||||
return el;
|
||||
}
|
||||
|
||||
function createTootlip(title, action, shortcuts) {
|
||||
function createTooltip(title, action, shortcuts) {
|
||||
var actionName;
|
||||
var tooltip = title;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user