Jufeng Zhang
Jufeng Zhang
I think it can be replaced by CustomEvent. We need to check [compatibility](https://caniuse.com/?search=CustomEvent) and use CustomEvent [here](https://github.com/Shopify/draggable/blob/master/src/Draggable/Sensors/Sensor/Sensor.js#L109-L117).
Which replacement not work? I try to [replace one](https://github.com/zjffun/draggable/commit/de58d7fb81a7756120e4b05968ed4d004c296ea1), it's work because we listen events on document.
It seems we need to check all `sensorEvent.target` and related logic to achieve this replacement. Like https://github.com/zjffun/draggable/commit/6cf6e81266d8e8458c7fb4f8a641e136fa3e7813
Mainly need to check the logic of source element and original element. See #242
Is it helpful to use lazy load images?
Check the image then set it to src.
Uh... I don't know much about SRR, can the server side check the correctness of the image URL?
根据我的经验,表格的数据要设置 `$self.value`,设置 `$self.dataSource` 不生效 修改后 ```json { "form": { "labelCol": 6, "wrapperCol": 12, "wrapperWidth": "300px" }, "schema": { "type": "object", "properties": { "valiNumber": { "type": "number", "title": "NumberPicker4", "x-decorator": "FormItem",...
Sorry for the inconvenience. The original maintainer seems only has little time to manage this project. You might consider a more flexible way, fork or publish your own version and...
You can try [`Plugins.SortAnimation`](https://github.com/Shopify/draggable/tree/master/src/Plugins/SortAnimation). It is more suitable for this scene.