You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @JiHong88,
Currently when the setOptions method is called, it replaces the old options passed to it. Can we make it in such a way that, after the initial setting, when a specific option is set afterwards, it only updates that specific option.
For example.
Initially setOptions was called like
setOptions({buttonList: [['image', 'fontSize']]})
Afterwards when it is called like below
setOptions({width: '80%'})
It shouldn't replace the whole options but it should just set the width option like below
Hi @mkhstar
This is a bug different from the development intent.
It has been modified in the development version, and will be updated from the next version.
It was scheduled to be updated today, but it will take another day or two.
Hi @JiHong88,
Currently when the setOptions method is called, it replaces the old options passed to it. Can we make it in such a way that, after the initial setting, when a specific option is set afterwards, it only updates that specific option.
For example.
Initially setOptions was called like
Afterwards when it is called like below
It shouldn't replace the whole options but it should just set the width option like below
The text was updated successfully, but these errors were encountered: