You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix printing issue for agendas with less than two speeches (#15)
But wait! That's not all. Included with the fixes are:
- Correct use of ampersands in funky speech projects

- Fix text retrieval from `RichTextRecord`: return empty string instead of placeholder text when field is blank
- Introduce more functional and (hopefully simpler) logic into `Root.openTab`
- Simplify logic for `utils.js:getTime`; make function return undefined when duration not found
- Move all speech data into `speeches.json`
- Use ES6 module instead of CommonJS syntax to export `getTime` from `utils.js`; this is consistent with the rest of the codebase