Add graph viewport controls
This commit is contained in:
parent
195a57210a
commit
5a17830b9a
13 changed files with 204 additions and 20 deletions
|
|
@ -629,7 +629,7 @@ class Project:
|
|||
digest.update(relative.encode())
|
||||
digest.update(b"\0")
|
||||
digest.update(hashlib.sha256(captured[path]).digest())
|
||||
digest.update(b"docforge-core:0.7.0:index:1")
|
||||
digest.update(b"docforge-core:0.7.1:index:1")
|
||||
return ProjectSnapshot(
|
||||
descriptor=self.descriptor,
|
||||
nodes=ordered_nodes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue