diff options
author | bobzel <zzzman@gmail.com> | 2024-01-27 13:56:45 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-01-27 13:56:45 -0500 |
commit | b8288a83669f1c6690082a18c7f4d14a76e31586 (patch) | |
tree | d9b922ef0e8eb94467f45ea03e8d652d1b2fae0a /src | |
parent | e17a812f8a8a2c389bf098f7a30c8326881d4dc6 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index d3c196a60..82ada4fb5 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1785,7 +1785,7 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection ); } get pannableContents() { - setTimeout(this.incrementalRender); + this.incrementalRender(); // needs to happen synchronously or freshly typed text documents will flash and miss their first characters return ( <CollectionFreeFormPannableContents Document={this.Document} |