mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
receiving window messages
This commit is contained in:
parent
f7b8b56b53
commit
49bccb96c1
8 changed files with 68 additions and 37 deletions
|
@ -87,13 +87,12 @@ export const NODE_INLINES: INodeComponents = {
|
|||
export const EMPTY_COMMENT: IComment = {
|
||||
id: null,
|
||||
text: '',
|
||||
// files: [],
|
||||
// temp_ids: [],
|
||||
// is_private: false,
|
||||
// user: null,
|
||||
files: [],
|
||||
temp_ids: [],
|
||||
is_private: false,
|
||||
user: null,
|
||||
|
||||
// id: null,
|
||||
// text: '',
|
||||
/*
|
||||
files: [
|
||||
{
|
||||
name: 'screenshot_2019-09-29_21-13-38_502253296-1572589001092.png',
|
||||
|
@ -179,9 +178,7 @@ export const EMPTY_COMMENT: IComment = {
|
|||
id: 8713,
|
||||
},
|
||||
],
|
||||
temp_ids: [],
|
||||
is_private: false,
|
||||
user: null,
|
||||
*/
|
||||
};
|
||||
|
||||
export const NODE_EDITORS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue