Commit Graph

4 Commits

Author SHA1 Message Date
patrick96 dc46251571 fix: Handling for actions with negative offsets
If any action block contains a negative offset, it can cause text to be
theoretically be rendered outside of the block, making that text not
clickable.
To fix this, we ensure that an action block starts at the lowest
observed position while the block is open and ends at the highest
observed position while it is open.

Fixes #1814
2022-02-22 18:00:58 +01:00
dvermd a2968127d1
fix typos (#2524) 2021-10-04 23:46:38 +02:00
patrick96 cfc6f3b45f Finish action_context tests 2021-02-12 20:01:22 +01:00
patrick96 c4fbf0023e Move action_context into separate file 2021-02-12 20:01:22 +01:00