Skip to content

Commit

Permalink
Fix: copy button in raw storage (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Jul 20, 2023
1 parent 2863334 commit 3d80428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/contract/StorageTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
v-if="rawStorage && raw"
@click="
() => {
$clipboard(getStorageString());
$clipboard(rawStorage);
showClipboardOK();
}
"
Expand Down

0 comments on commit 3d80428

Please sign in to comment.