Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Apr 8, 2020
1 parent 1026674 commit 93993e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/dialogs/MappingDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default class MappingDialog extends ADialog {
this.node.addEventListener('click', () => {
// any open dialog line editors
this.dialog.manager.removeAboveLevel(this.dialog.level + 1);
})
});
}

private createMappings() {
Expand Down

0 comments on commit 93993e1

Please sign in to comment.