xch1029
xch1029
中专的学历,这样的现状,点赞
好像是这么回事,onChange多次对你有什么影响吗?
the reason is that these is none text to interact with. try add ` ` befor and after of video tag, like this: ``` result: () => { const url =...
and if you want to delete this video, you should select video and it's before and after whitespace. It's a litter unfriendly. For now, I'm looking for a better way...
maybe you can try this: ``` const onChange = (id, html) => { console.log(id, html); }; for(var i = 0; i < elements.length; i++){ this.pellConfig.element = elements[i]; this.pellConfig.onChange =onChange.bind(this,elements[i].id )...
the version in your Codesandbox is 1.5.2. please use the lastest version: 1.6.2
the version 1.6.2 is ok.you can try it
for now, you can set background for '.chart-container'. it works well. color or image is ok.
for exported file, we need creator to add this feature. for now,the [exported function](https://github.com/frappe/charts/blob/master/src/js/utils/export.js#L19) can't deal background color well