Skip to content

Commit

Permalink
test: 更新快照
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Jul 4, 2024
1 parent 6fb9b2f commit a68dd3c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ exports[`<SheetComponent/> Tests Render Tests should render editable sheet by sn
>
<canvas
height="400"
style="width: 200px; height: 200px; touch-action: none; display: block;"
style="width: 200px; height: 200px; touch-action: none; display: block; user-select: none;"
width="400"
/>
</div>
Expand Down Expand Up @@ -364,7 +364,7 @@ exports[`<SheetComponent/> Tests Render Tests should render gridAnalysis sheet b
>
<canvas
height="400"
style="width: 200px; height: 200px; touch-action: none; display: block;"
style="width: 200px; height: 200px; touch-action: none; display: block; user-select: none;"
width="400"
/>
</div>
Expand Down Expand Up @@ -622,7 +622,7 @@ exports[`<SheetComponent/> Tests Render Tests should render pivot sheet by snaps
>
<canvas
height="400"
style="width: 200px; height: 200px; touch-action: none; display: block;"
style="width: 200px; height: 200px; touch-action: none; display: block; user-select: none;"
width="400"
/>
</div>
Expand Down Expand Up @@ -880,7 +880,7 @@ exports[`<SheetComponent/> Tests Render Tests should render strategy sheet by sn
>
<canvas
height="400"
style="width: 200px; height: 200px; touch-action: none; display: block;"
style="width: 200px; height: 200px; touch-action: none; display: block; user-select: none;"
width="400"
/>
</div>
Expand Down Expand Up @@ -1138,7 +1138,7 @@ exports[`<SheetComponent/> Tests Render Tests should render table sheet by snaps
>
<canvas
height="400"
style="width: 200px; height: 200px; touch-action: none; display: block;"
style="width: 200px; height: 200px; touch-action: none; display: block; user-select: none;"
width="400"
/>
</div>
Expand Down

0 comments on commit a68dd3c

Please sign in to comment.