Skip to content

Commit

Permalink
fix: 展开收起更多白行修复 #1010158081137306103
Browse files Browse the repository at this point in the history
  • Loading branch information
xintaoLi committed Jan 17, 2025
1 parent bf7b1cb commit 63a578f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,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 63a578f

Please sign in to comment.