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
Does this issue reproduce with the latest release?
Yes
What did you do?
I used the presenter notes feature of the present tool.
What did you expect to see?
I expected a window with an iframe of the presentation and the presenter notes.
What did you see instead?
A small iframe in the corner and a console warning:
notes.js:57 Uncaught ReferenceError: getDestSlideKey is not defined
at initNotes (notes.js:57)
at toggleNotesWindow (notes.js:26)
at HTMLDocument.handleBodyKeyDown (slides.js:406)
A previous change introduced a new way of storing
which page should be synced with the notes, but
used the wrong function name. This corrects the
function reference.
Fixesgolang/go#32902
Change-Id: Iefbb189eae12f0d53e46e6f42d3526302515cab3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/184737
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
A previous change introduced a new way of storing
which page should be synced with the notes, but
used the wrong function name. This corrects the
function reference.
Fixesgolang/go#32902
Change-Id: Iefbb189eae12f0d53e46e6f42d3526302515cab3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/184737
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
I used the presenter notes feature of the
present
tool.What did you expect to see?
I expected a window with an iframe of the presentation and the presenter notes.
What did you see instead?
A small iframe in the corner and a console warning:
It seems golang/tools@a101b04 introduced a few incorrect references.
I intend to submit a fix for this.
The text was updated successfully, but these errors were encountered: