feat: jwst connectivity

This commit is contained in:
DarkSky
2022-07-27 20:35:44 +08:00
parent a220ea517f
commit 79b1547721
6 changed files with 76 additions and 5 deletions

View File

@@ -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',