mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Dont commit the page dictionary when th epage is ended to allow for annotation later
This commit is contained in:
parent
74b749378f
commit
820352df88
@ -133,7 +133,7 @@ class Page(Stream):
|
|||||||
self.page_dict['Contents'] = contents
|
self.page_dict['Contents'] = contents
|
||||||
self.add_resources()
|
self.add_resources()
|
||||||
ret = objects.add(self.page_dict)
|
ret = objects.add(self.page_dict)
|
||||||
objects.commit(ret, stream)
|
# objects.commit(ret, stream)
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
class Path(object):
|
class Path(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user