Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-12 14:18:09 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-12 14:18:09 +0300
commit4593147b650fc0bd1bcd4d44c22063fb8e8700c0 (patch)
tree0ff7a2eccd64c26919a085b7d7f7f4cca29231b0 /web/html/xui/component
parent020d1adc55e92f2a805395046e560d7a756b129b (diff)
bug fixv2.2.5
Diffstat (limited to 'web/html/xui/component')
-rw-r--r--web/html/xui/component/sortableTable.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/html/xui/component/sortableTable.html b/web/html/xui/component/sortableTable.html
index 8d14e091..5eb2e1cc 100644
--- a/web/html/xui/component/sortableTable.html
+++ b/web/html/xui/component/sortableTable.html
@@ -90,7 +90,6 @@
const hideDragImage = this.$el.cloneNode(true);
hideDragImage.id = "hideDragImage-hide";
hideDragImage.style.opacity = 0;
- document.body.appendChild(hideDragImage);
e.dataTransfer.setDragImage(hideDragImage, 0, 0);
},
dragStopHandler(e, index) {