mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
reader mode; named deeplink support, stay on same slide when reader mode is turned on/off
This commit is contained in:
parent
1f1ca3a887
commit
1871824fae
9 changed files with 124 additions and 71 deletions
|
|
@ -64,7 +64,7 @@ export default class Location {
|
|||
try {
|
||||
slide = document
|
||||
.getElementById( decodeURIComponent( name ) )
|
||||
.closest('.slides>section, .slides>section>section');
|
||||
.closest('.slides section');
|
||||
}
|
||||
catch ( error ) { }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue