Merge pull request #4900 from mempool/nymkappa/fix-accel-preview-autoscroll

[accelerator] fix accel preview autoscroll
This commit is contained in:
softsimon
2024-04-05 21:06:57 +09:00
committed by GitHub

View File

@@ -471,7 +471,7 @@
@if (!isLoadingTx) { @if (!isLoadingTx) {
@if (featuresEnabled) { @if (featuresEnabled) {
<tr> <tr>
<td class="td-width" i18n="transaction.features|Transaction features">Features</td> <td class="td-width" i18n="transaction.features|Transaction features" id="acceleratePreviewAnchor">Features</td>
<td> <td>
<app-tx-features [tx]="tx"></app-tx-features> <app-tx-features [tx]="tx"></app-tx-features>
</td> </td>