Uses the correct function map for index navigation (#1257)

pull/1255/head
MrMugame 2025-02-22 12:19:03 +01:00 committed by GitHub
parent 99eab8b3ac
commit 606077b98a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ export class Client implements ConfigContainer {
this.config.indexPage, this.config.indexPage,
{}, {},
{}, {},
builtinFunctions, client.stateDataStore.functionMap,
), ),
); );
} }