render: map composing (working with proper shifts)

This commit is contained in:
muerwre 2018-11-28 09:38:39 +07:00
parent 4747c918e2
commit 2f3cb0e770
3 changed files with 22 additions and 8 deletions

View file

@ -327,3 +327,5 @@ export class Editor {
}
export const editor = new Editor({});
window.editor = editor;