aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-10-25 21:53:29 +0200
committerpacien2023-10-25 21:53:29 +0200
commitd166db41aa424e276fe4d9ac2b3274426296e06d (patch)
treec5881b25d2f9c8df8d2c7b7bba2a894654aea486
parent57cb4882efcf367712f76249a06244c2e4744ab0 (diff)
downloadbeamer-viewer-d166db41aa424e276fe4d9ac2b3274426296e06d.tar.gz
todo: add bug
-rw-r--r--todo.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index ef8d39e..b03f535 100644
--- a/todo.md
+++ b/todo.md
@@ -18,6 +18,12 @@
18 (Could replace the "available offline too" mention, which is a bit 18 (Could replace the "available offline too" mention, which is a bit
19 confusing anyway). 19 confusing anyway).
20 20
21- [ ] Fix wrong size of first slide in Chrome (minor bug):
22 The first slide is sometimes loaded with the wrong size.
23 This goes away on windows resize or slide change.
24 But it would be nice for this not to be happening in the first place.
25 That's most likely due to some race-condition on window creation.
26
21- [ ] Selectable text layer: 27- [ ] Selectable text layer:
22 Add a selectable text layer on top of the rendered canvas, 28 Add a selectable text layer on top of the rendered canvas,
23 allowing the user to copy text and click on embedded links. 29 allowing the user to copy text and click on embedded links.