Closed slothspot closed 9 years ago
Current implementation of Document.fragment and Document.save uses objs variable as widgets list, which comes from ctor of Document class and makes Document.add method unusable.
Document.fragment
Document.save
objs
Document
Document.add
This PR makes fragment, save and add methods work as expected.
fragment
save
add
Hi, @mattpap. I would like to ask you to pay attention to this PR
@slothspot, thanks for fixing this.
Current implementation of
Document.fragment
andDocument.save
usesobjs
variable as widgets list, which comes from ctor ofDocument
class and makesDocument.add
method unusable.This PR makes
fragment
,save
andadd
methods work as expected.