Alexander Vasyuxnevich
Results
2
comments of
Alexander Vasyuxnevich
In my case it was necessary to specify the service-worker file extension 
> ```js > function lengthLimit(tr: Transaction): boolean { > return (tr.startState?.doc?.length + tr.newDoc.length) < 200; > } > ``` Thanks for the answer, works correctly, but if you insert a...