diff --git a/www/pad/inner.js b/www/pad/inner.js index 30499f618..fb4523fb0 100644 --- a/www/pad/inner.js +++ b/www/pad/inner.js @@ -673,7 +673,7 @@ define([ content.push(h('p.cp-pad-toc-'+level, a)); }); $toc.html('').append(content); - }); + }, 400); // apply patches, and try not to lose the cursor in the process! framework.onContentUpdate(function(hjson) {