mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-20 11:15:03 +01:00
fix comment
This commit is contained in:
parent
4fa943955a
commit
61066779c5
1 changed files with 3 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { computed, nextTick, onMounted, ref, toRefs, watch } from 'vue';
|
||||
import { computed, onMounted, ref, toRefs, watch } from 'vue';
|
||||
import {
|
||||
CellValueChangedEvent,
|
||||
ColumnSetting,
|
||||
|
@ -159,6 +159,8 @@ function onResize(entries: ResizeObserverEntry[]) {
|
|||
|
||||
// 選択状態が狂うかもしれないので解除しておく
|
||||
unSelectionRange();
|
||||
|
||||
// 再計算要求を発行。各セル側で最低限必要な横幅を算出し、emitで返してくるようになっている
|
||||
bus.emit('forceRefreshContentSize');
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue