#issue-fix BOTTOM TOOLS Make sure all features of the bottom toolbar are working

This commit is contained in:
Agriya Dev5
2021-01-05 20:06:59 +05:30
parent 9e367682c7
commit f351c37910
5 changed files with 44 additions and 25 deletions

View File

@@ -220,8 +220,8 @@ class EditorStartup {
}
});
$('#font_family').change((evt) => {
this.svgCanvas.setFontFamily(evt.currentTarget.value);
$('#tool_font_family').change((evt) => {
this.svgCanvas.setFontFamily(evt.originalEvent.detail.value);
});
$('#seg_type').change((evt) => {