Fix applicationStateModel serialization
This commit is contained in:
parent
d1881ae8fa
commit
aa15425dbc
5 changed files with 17 additions and 138 deletions
|
@ -4,8 +4,6 @@ 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