make note tree initial load non-lazy

This commit is contained in:
zadam
2020-04-30 23:58:34 +02:00
parent 0a05a40186
commit 90d091aedb
4 changed files with 25 additions and 20 deletions

View File

@@ -2986,7 +2986,7 @@ var uniqueId = $.fn.extend( {
self = this,
wasExpanded = this.isExpanded();
_assert(this.isLazy(), "load() requires a lazy node");
//_assert(this.isLazy(), "load() requires a lazy node");
// _assert( forceReload || this.isUndefined(), "Pass forceReload=true to re-load a lazy node" );
if (!forceReload && !this.isUndefined()) {
return _getResolvedPromise(this);