#631 selistitem image path load from editor changes

This commit is contained in:
agriyadev5
2021-09-21 14:06:21 +05:30
parent 4bacd1fd66
commit 57bf5df3b7
3 changed files with 22 additions and 4 deletions

View File

@@ -222,6 +222,10 @@ class BottomPanel {
$id('opacity').addEventListener('change', this.handleOpacity.bind(this));
$id('fill_color').init(i18next);
$id('stroke_color').init(i18next);
// eslint-disable-next-line max-len
[ "linejoin_miter", "linejoin_round", "linejoin_bevel", "linecap_butt", "linecap_square", "linecap_round" ].forEach((attrId) =>
$id(attrId).init(this.editor)
);
}
/**
* @type {module}