mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
Fix bug
This commit is contained in:
parent
0ce5f462c5
commit
405c64bc10
@ -265,7 +265,7 @@
|
||||
const position = this.refs.main.getBoundingClientRect();
|
||||
|
||||
const width = parseInt(getComputedStyle(this.refs.main, '').width, 10);
|
||||
const left = parseInt(getComputedStyle(this.refs.main, '').left, 10);
|
||||
const height = parseInt(getComputedStyle(this.refs.main, '').height, 10);
|
||||
const x = window.screenX + position.left;
|
||||
const y = window.screenY + position.top;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user