File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class StoryThread extends BaseThread {
56
56
if ( bookmarkCount === 0 ) {
57
57
return null ;
58
58
}
59
- const possibleNodes = this . _history . slice ( Math . max ( this . _history . size - bookmarkCount - 1 , 0 ) ) ;
59
+ const possibleNodes = this . _history . nodes . slice ( Math . max ( this . _history . size - bookmarkCount - 1 , 0 ) ) ;
60
60
for ( let nodeIndex = possibleNodes . length - 1 ; nodeIndex >= 0 ; nodeIndex -- ) {
61
61
const node = possibleNodes [ nodeIndex ] ;
62
62
if ( ! StoryThread . isAppendix ( node [ 'title' ] ) ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " akun-api" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " A module intended to enable easy interactions with Anonkun" ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments