fix comment

This commit is contained in:
samunohito 2024-01-31 07:25:26 +09:00
parent 4fa943955a
commit 61066779c5

View file

@ -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;