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
commit ba6fedc430
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -471,7 +471,7 @@
@if (!isLoadingTx) {
@if (featuresEnabled) {
<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>
<app-tx-features [tx]="tx"></app-tx-features>
</td>