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
{
label:function(){return"rewind to here"},
tooltip:function(){return"rewind the story"}, // <-- added this
activate:function(){state.rewindTo(this.passage)
}
The text was updated successfully, but these errors were encountered:
There is a missing return:
{
label:function(){return"rewind to here"},
tooltip:function(){return"rewind the story"}, // <-- added this
activate:function(){state.rewindTo(this.passage)
}
The text was updated successfully, but these errors were encountered: