mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
feat: jwst connectivity
This commit is contained in:
@@ -107,6 +107,11 @@ export class Editor implements Virgo {
|
||||
);
|
||||
}
|
||||
this.bdCommands = new Commands(props.workspace);
|
||||
|
||||
services.api.editorBlock.listenConnectivity(this.workspace, state => {
|
||||
console.log(this.workspace, state);
|
||||
});
|
||||
|
||||
services.api.editorBlock.onHistoryChange(
|
||||
this.workspace,
|
||||
'affine',
|
||||
|
||||
Reference in New Issue
Block a user