mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fix
This commit is contained in:
parent
c7e6c52f3c
commit
cbb9fc71e3
3
TODO
3
TODO
@ -1,3 +1,6 @@
|
|||||||
|
key handler on $container instead of window?
|
||||||
|
fix get_next/prev_page
|
||||||
|
|
||||||
- dots issue
|
- dots issue
|
||||||
- AdobeXML*.pdf
|
- AdobeXML*.pdf
|
||||||
- font issue
|
- font issue
|
||||||
|
@ -394,7 +394,7 @@ var pdf2htmlEX = (function(){
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
});
|
||||||
},
|
},
|
||||||
// Find the first page that is at least half a page below the current position
|
// Find the first page that is at least half a page below the current position
|
||||||
get_next_page : function() {
|
get_next_page : function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user