wangchao
wangchao
@dkalphacoder I used the transient prop in the process variable to replace transient variable. I think another way is to add a same class ExecutionEntityManagerImpl to your project with it's...
This is also a good solution ```javascript function findEditorScrollContainer(quill) { let el = quill.root; while (el) { if (el.scrollTop > 0) { break; } el = el.parentElement; } return el;...
mark
try this:npm i [@ssumo/quill-resize-module](https://github.com/1002237913/quill-resize-module.git)
暂时无法解决啊,js无法监听到iframe中的任何事件,所以无法知道你是想操作视频还是想调整视频的大小。
谢谢反馈。已经在1.0.5中修复了此问题。
@artknight 。press and hold alt
@artknight Thank you for providing the modification, but I think lockRatio is a good idea. Can you help me add this lockRatio option. I need to consider whether other ideas...
@artknight Sorry, I didn't explain why. This pull request wants to be merged into the master, and I expect to be merged into the develop. Another reason is that there...
@artknight The toolbar style you provided is very nice, and I decided to adopt it. Thanks.