mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 06:19:51 +02:00
Improve UI
This commit is contained in:
@ -472,7 +472,7 @@ namespace OS {
|
||||
.css("user-select", "none")
|
||||
.css("cursor", "default");
|
||||
$(this.refs.dragger).on("pointerdown", (e) => {
|
||||
//e.preventDefault();
|
||||
e.originalEvent.preventDefault();
|
||||
const offset = $(this).offset();
|
||||
offset.top = e.clientY - offset.top;
|
||||
offset.left = e.clientX - offset.left;
|
||||
|
Reference in New Issue
Block a user