X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=icedeb.js;fp=icedeb.js;h=b730d26ffa16003777c5e6ac3ecda49057bd8055;hp=338f292691466a8fdc677b6c63fd172ce849504f;hb=518414298c349bd8721e52d13c3872f35d168760;hpb=2c46e86a425158da3d1de4e4743d12a309e31e88 diff --git a/icedeb.js b/icedeb.js index 338f292..b730d26 100644 --- a/icedeb.js +++ b/icedeb.js @@ -190,5 +190,7 @@ window.addEventListener('DOMContentLoaded', (e) => { save_settings(); }); - get_clipboard_contents(); + window.requestAnimationFrame(()=>{ + window.requestAnimationFrame(get_clipboard_contents); + }); });