max vodyanov
Results
2
comments of
max vodyanov
I found some solution by wrapping Image tool into my own class ``` export default class MyImageTool extends ImageTool { constructor(props) { super(props); this.tunes.actions = this.tunes.actions.map((a) => { return {...
any updates?