diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-02-20 16:16:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-02-20 16:16:19 +0900 |
| commit | 8668bc2609e82f64984b8a347a207668e3e4765b (patch) | |
| tree | a41740a124774c58e96dfe3445bb46d1665ca8be /src/client/components/ui | |
| parent | Improve widget performance (diff) | |
| download | sharkey-8668bc2609e82f64984b8a347a207668e3e4765b.tar.gz sharkey-8668bc2609e82f64984b8a347a207668e3e4765b.tar.bz2 sharkey-8668bc2609e82f64984b8a347a207668e3e4765b.zip | |
右クリックでリアクションピッカーを開くオプション
Diffstat (limited to 'src/client/components/ui')
| -rw-r--r-- | src/client/components/ui/modal.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/components/ui/modal.vue b/src/client/components/ui/modal.vue index 69a83e002c..405fa4aaa5 100644 --- a/src/client/components/ui/modal.vue +++ b/src/client/components/ui/modal.vue @@ -70,6 +70,7 @@ export default defineComponent({ // TODO: ResizeObserver無くしたい new ResizeObserver((entries, observer) => { const rect = this.src.getBoundingClientRect(); + const width = popover.offsetWidth; const height = popover.offsetHeight; |