Skip to content

Commit

Permalink
Fix SubmissionMetadataRow highlight in Firefox and Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Jun 8, 2021
1 parent f1d356c commit cdd4294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/submission/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default {
const { metadataBody } = this.$refs;
const tr = metadataBody.querySelector(`tr:nth-child(${index + 1})`);
tr.classList.add('updated');
this.$nextTick(() => {
setTimeout(() => {
tr.classList.remove('updated');
});
}
Expand Down

0 comments on commit cdd4294

Please sign in to comment.