mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ae8cf31bac
commit
3e3bfd002e
Binary file not shown.
@ -112,7 +112,7 @@ class PagedDisplay
|
|||||||
if node.nodeType == node.ELEMENT_NODE and window.getComputedStyle(node).direction == "rtl"
|
if node.nodeType == node.ELEMENT_NODE and window.getComputedStyle(node).direction == "rtl"
|
||||||
node.style.setProperty("direction", "rtl")
|
node.style.setProperty("direction", "rtl")
|
||||||
document.body.style.direction = "ltr"
|
document.body.style.direction = "ltr"
|
||||||
document.documentElement.style.direction = 'ltr'
|
document.documentElement.style.direction = 'ltr'
|
||||||
|
|
||||||
layout: (is_single_page=false) ->
|
layout: (is_single_page=false) ->
|
||||||
# start_time = new Date().getTime()
|
# start_time = new Date().getTime()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user