Revert "Fix applicationStateModel serialization"
This reverts commit aa15425dbc
.
This commit is contained in:
parent
23bfaaea4e
commit
ea2a2ab64c
5 changed files with 138 additions and 17 deletions
|
@ -4,6 +4,8 @@ import { FixedSizeList as List } from 'react-window';
|
|||
import { MessageType } from '../../Enums/MessageType';
|
||||
import { IHistoryState } from '../../Interfaces/IHistoryState';
|
||||
import { IMessage } from '../../Interfaces/IMessage';
|
||||
import { DISABLE_API } from '../../utils/default';
|
||||
import { GetCircularReplacerKeepDataStructure } from '../../utils/saveload';
|
||||
import { TITLE_BAR_HEIGHT } from '../Sidebar/Sidebar';
|
||||
|
||||
interface IMessagesProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue