#102 components i18n new approach changes

This commit is contained in:
Agriya Dev5
2021-05-22 11:37:56 +05:30
parent b364daf193
commit 61957b7d4e
2 changed files with 15 additions and 3 deletions

View File

@@ -227,6 +227,8 @@ class BottomPanel {
$id('stroke_linejoin').addEventListener('change', (evt) => this.handleStrokeAttr.bind(this)('stroke-linejoin', evt));
$id('stroke_linecap').addEventListener('change', (evt) => this.handleStrokeAttr.bind(this)('stroke-linecap', evt));
$id('opacity').addEventListener('change', this.handleOpacity.bind(this));
$id('fill_color').init(i18next);
$id('stroke_color').init(i18next);
}
/**
* @type {module}