Switch from sqlite payload strings to buffers, utils refactor, dev logging

This commit is contained in:
Marcel Mraz 2025-01-27 22:06:46 +01:00
parent 05ba0339fe
commit 49925038fd
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
11 changed files with 192 additions and 182 deletions

View file

@ -868,6 +868,7 @@ const ExcalidrawWrapper = () => {
let deltas: StoreDelta[] = [];
// CFDO I: going both in collaborative setting means the (acknowledge) deltas need to have applied latest changes
switch (direction) {
case "forward": {
deltas = acknowledgedDeltas.slice(sliderVersion, value) ?? [];