WrOve

Results 4 issues of WrOve

### Describe the bug ### Versions - OS: windows11 - Browser: Edge 105.0.1343.33 - Molecule: 1.1.1 ### To reproduce 1、执行molecule.folderTree.add();添加目录 ,双击目录执行onLoadData加载子节点数据 2、执行molecule.folderTree.reset(); 3、再执行molecule.folderTree.add();添加目录 ,再次双击目录onLoadData不在执行 ### Expected 点击目录时onLoadData生效 ### Actually happening...

bug

### Question ![image](https://user-images.githubusercontent.com/16970823/187668032-1008b943-4a31-455e-9a84-f30b144a2fc4.png) 如图

bug

### Question ![image](https://user-images.githubusercontent.com/16970823/188573935-5ad33eb4-ac12-47ce-af88-54ece119b25e.png) 代码如下,使用Modal.confirm无法关闭弹窗 ```typescript const { destroy } = Modal.confirm({ title: '1111111111', onOk() { console.log('onOk'); destroy(); }, onCancel() { console.log('onCancel'); destroy(); }, }); ```

bug

使用fmp4录制时,分片60s,第一个视频的进度条是00:00到01:00,第二个视频的进度条变成了01:01 到 02:01 ,后面每个视频的进度起始时间都是上一个视频结束时间,期望每个视频的进度条都是00:00到01:00 ![QQ_1721455285103](https://github.com/user-attachments/assets/1d10fbd6-9f1a-42df-a6a2-64aec118ba32)