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