Skip to content

Commit

Permalink
fix: 展开收起更多白行修复 --bug=137306103 (TencentBlueKing#4860)
Browse files Browse the repository at this point in the history
  • Loading branch information
xintaoLi authored Feb 6, 2025
1 parent 67a7377 commit 987977b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,10 @@ export default defineComponent({
if (getSegmentRenderType() === 'text') {
let max = Number.MAX_SAFE_INTEGER;
if (!showAll.value) {
max = 4;
pageIndex = 0;
refSegmentContent.value.innerHTML = '';
// max = 4;
// pageIndex = 0;
// textSegmentIndex = 0;
// refSegmentContent.value.innerHTML = '';
}
setTextSegmentChildNodes(max);
}
Expand Down

0 comments on commit 987977b

Please sign in to comment.