easy-upload icon indicating copy to clipboard operation
easy-upload copied to clipboard

[BUG]更新了最新版本的UNIT3D站点无法预览描述

Open techmovie opened this issue 1 year ago • 4 comments

是否有重复的issue

  • [X] 我已经检索过相关issue

问题描述

更新了最新版本的UNIT3D站无法预览描述,且在预览后会丢失description

期待表现

正常预览

复现步骤

No response

运行环境

- 浏览器名称:Google Chrome
- 浏览器版本:104.0.5112.101 (Official Build) (arm64)
- 所用用户脚本扩展名称:Tampermonkey
- easy-upload版本:3.2.6

techmovie avatar Aug 23 '22 08:08 techmovie

暂无解决方案

techmovie avatar Aug 23 '22 08:08 techmovie

https://laravel-livewire.com/docs/2.x/properties 感觉好像跟这个有关

ted423 avatar Jan 06 '23 05:01 ted423

document.querySelector('#bbcode-description').dispatchEvent(new Event('input'));

可以这么弄

ted423 avatar Feb 05 '23 07:02 ted423

document.querySelector('#bbcode-description').dispatchEvent(new Event('input'));

可以这么弄

这个测试过了么 我记得这个也不行

techmovie avatar Feb 07 '23 06:02 techmovie