X-Git-Url: https://git.jacobcasper.com/?p=hnim.git;a=blobdiff_plain;f=hnim.js;fp=hnim.js;h=890852d9bf9b984b0ee82c4a7a1f983bf0bf36fc;hp=593d56c45e69f3fdee8a1ce9acd1c3f33a1ece52;hb=93b766f9a4c9db36f1c899cc02c4caa24af995dc;hpb=b35a92e56b0ac925f7838d1c752b2bb4643f3c57 diff --git a/hnim.js b/hnim.js index 593d56c..890852d 100644 --- a/hnim.js +++ b/hnim.js @@ -25,7 +25,7 @@ selectedElement.style.outline = ''; selectedElement = comment; selectedElement.style.outline = '1px dashed black'; - if (!visible(comment)) { + while (!visible(comment)) { callback(); } }