diff --git a/frontend/apps/reader/modules/readertoc.lua b/frontend/apps/reader/modules/readertoc.lua index 24e28064e..ae38cc72d 100644 --- a/frontend/apps/reader/modules/readertoc.lua +++ b/frontend/apps/reader/modules/readertoc.lua @@ -815,7 +815,7 @@ function ReaderToc:onShowToc() function toc_menu:onMenuHold(item) if not Device:isTouchDevice() and (item.state and item.state.callback) then -- non touch to expand toc - item.state.callback() + item.state.callback(item.index) else -- Match the items' width local infomessage = InfoMessage:new{