This commit is contained in:
syuilo 2019-08-29 05:13:03 +09:00
parent f89324e585
commit 2d4c00925a

View file

@ -82,6 +82,8 @@ export default Vue.extend({
if (document.hidden) return;
this.$nextTick(() => {
if (this.$refs.icon == null) return;
const rect = this.$refs.icon.$el.getBoundingClientRect();
const x = rect.left;