mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
PopupGraph -> PageMainGraph, Graph moved to separate component
This commit is contained in:
parent
1e61268ca5
commit
f68a586b04
13 changed files with 448 additions and 100 deletions
|
@ -597,7 +597,9 @@ function menuInit () {
|
|||
},
|
||||
{
|
||||
label: 'Graph',
|
||||
click: () => { send('popup', 'graph', {}); }
|
||||
click: () => {
|
||||
send('commandGlobal', 'graph');
|
||||
}
|
||||
},
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue