add a time parameter to the throttled rich text TOC rendering function

pull/1/head
ansuz 2020-08-14 12:30:36 -04:00
parent b6cb0cb17e
commit 3a78fa3e01
1 changed files with 1 additions and 1 deletions

View File

@ -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) {