Fix history - the 2nd installment (#1014)
* don't regenerate versionNonce on pushEntry * fix history handling around multi-point arrows * remove filtering from getElementMap helper
This commit is contained in:
@ -332,7 +332,7 @@ export class App extends React.Component<any, AppState> {
|
||||
}
|
||||
|
||||
return elements;
|
||||
}, [] as any)
|
||||
}, [] as Mutable<typeof restoredState.elements>)
|
||||
// add local elements that weren't deleted or on remote
|
||||
.concat(...Object.values(localElementMap)),
|
||||
);
|
||||
|
Reference in New Issue
Block a user