mirror of https://github.com/status-im/codimd.git
Fix missing type declaration
This commit is contained in:
parent
6c87262bd9
commit
e67a6ad368
|
@ -2675,7 +2675,7 @@ editor.on('update', function () {
|
|||
});
|
||||
// clear tooltip which described element has been removed
|
||||
$('[id^="tooltip"]').each(function (index, element) {
|
||||
$ele = $(element);
|
||||
var $ele = $(element);
|
||||
if ($('[aria-describedby="' + $ele.attr('id') + '"]').length <= 0) $ele.remove();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue