We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c87262 commit e67a6adCopy full SHA for e67a6ad
1 file changed
public/js/index.js
@@ -2675,7 +2675,7 @@ editor.on('update', function () {
2675
});
2676
// clear tooltip which described element has been removed
2677
$('[id^="tooltip"]').each(function (index, element) {
2678
- $ele = $(element);
+ var $ele = $(element);
2679
if ($('[aria-describedby="' + $ele.attr('id') + '"]').length <= 0) $ele.remove();
2680
2681
0 commit comments