TOC: use bidi_wrap_func (#8879)

Fixes RTL issue noticed at https://github.com/koreader/koreader/pull/8876#issue-1161280868
This commit is contained in:
yparitcher
2022-03-08 03:22:54 -05:00
committed by GitHub
parent 441036ed1f
commit 23d12c3f04

View File

@@ -667,6 +667,7 @@ function ReaderToc:onShowToc()
v.index = k
v.indent = toc_indent * (v.depth-1)
v.text = self:cleanUpTocTitle(v.title, true)
v.bidi_wrap_func = BD.auto
v.mandatory = v.page
if has_hidden_flows then
local flow = self.ui.document:getPageFlow(v.page)