We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序,在微信开发工具stable.1.06.2405020模拟运行, 调试基础库3.5.6
用editable示例程序,在editable插件正常模式,上传视频成功后,生成视频播放控件video control。在页面点击该控件时,提示node.name为undefined, 跟进去调试发现是editable/index.js文件中vm._getItem函数定义中未检查入参,选择视频控件时三个入参全为空。
就是源码下载的最新版editable示例代码包
editable.zip
The text was updated successfully, but these errors were encountered:
是不是这个项目没人维护了?
Sorry, something went wrong.
No branches or pull requests
使用环境
微信小程序,在微信开发工具stable.1.06.2405020模拟运行, 调试基础库3.5.6
问题描述
用editable示例程序,在editable插件正常模式,上传视频成功后,生成视频播放控件video control。在页面点击该控件时,提示node.name为undefined, 跟进去调试发现是editable/index.js文件中vm._getItem函数定义中未检查入参,选择视频控件时三个入参全为空。
复现方式
就是源码下载的最新版editable示例代码包
editable.zip
The text was updated successfully, but these errors were encountered: