mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Switch from sqlite payload strings to buffers, utils refactor, dev logging
This commit is contained in:
parent
05ba0339fe
commit
49925038fd
11 changed files with 192 additions and 182 deletions
|
@ -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) ?? [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue