diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-29 20:11:20 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-29 20:11:20 -0500 |
| commit | a695e0dd4e2541d6e093e41b88fdd41a32ebadb1 (patch) | |
| tree | 8b8c9bfe785d1704f89b941651e0c8303d4b5d79 /src/client/views/nodes/formattedText/nodes_rts.ts | |
| parent | 8709e3617aa44f7b374aff4346227a4400ff6faf (diff) | |
fixed taking videoBox snapshots. select video/audio doc after deleting an annotation. Fixed following links to videoBox timeline anchors. Fixed rendering timeline annotations by putting them in data-annotations-timelines to distinguish from regular annotations.
Diffstat (limited to 'src/client/views/nodes/formattedText/nodes_rts.ts')
| -rw-r--r-- | src/client/views/nodes/formattedText/nodes_rts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/nodes_rts.ts b/src/client/views/nodes/formattedText/nodes_rts.ts index f5bc05a2d..722c0a836 100644 --- a/src/client/views/nodes/formattedText/nodes_rts.ts +++ b/src/client/views/nodes/formattedText/nodes_rts.ts @@ -36,7 +36,7 @@ export const nodes: { [index: string]: NodeSpec } = { "data-audioid": node.attrs.audioId, }, formatAudioTime(node.attrs.timeCode.toString()) - ] + ]; }, parseDOM: [ { |
