chart fixes

This commit is contained in:
Jan Prochazka
2021-11-25 09:09:48 +01:00
parent 3dc9a05706
commit b416dcc844
4 changed files with 29 additions and 26 deletions

View File

@@ -11,18 +11,6 @@
undoRedo: true,
});
registerCommand({
id: 'chart.export',
category: 'Chart',
toolbarName: 'Export',
name: 'Export chart',
icon: 'icon report',
toolbar: true,
isRelatedToTab: true,
onClick: () => getCurrentEditor().exportChart(),
testEnabled: () => getCurrentEditor() != null,
});
</script>
<script lang="ts">