Skip to content

Commit

Permalink
fix(cloud-editor): create own context
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jul 21, 2022
1 parent 1e454e2 commit db97b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blocks/CloudImageEditor/src/CloudEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import { TabId } from './toolbar-constants.js';
import { viewerImageSrc } from './util.js';

export class CloudEditor extends Block {
get ctxName() {
return this.autoCtxName;
}

init$ = {
...this.init$,
...initState(this),
Expand Down

0 comments on commit db97b19

Please sign in to comment.