Skip to content

Commit

Permalink
fix: add handler for span
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed Aug 26, 2024
1 parent 1795291 commit 1dac4cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/actions/utils/handlers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,10 @@ export default {
deserialize: deserializeComponent,
serialize: serializeComponent,
},
span: {
deserialize: deserializeComponent,
serialize: serializeComponent,
},
sup: {
deserialize: deserializeComponent,
serialize: serializeComponent,
Expand Down

0 comments on commit 1dac4cd

Please sign in to comment.