decker-edu / decker

A markdown based tool for slide deck creation.
GNU General Public License v3.0
55 stars 13 forks source link

on reveal ready: remove inert from current slide #16

Closed salbeira closed 1 year ago

salbeira commented 1 year ago

Fix for issue #12

If and only if the presentation started and stayed on the title slide the onslidechanged that is supposed to remove the intertness of the current slide was not triggered. This now happens on reveal's ready event on the current slide in any case which should fix the whiteboard not working on the first slide of a presentation. (refreshing the page on any other slide or entering the presentation on any other slide causes reveal to trigger an onslidechange event thus hiding this error very well behind our own mechanisms)