Fix link style merge

This commit is contained in:
grossmj
2021-06-12 15:26:35 +09:30
parent 6ec028ea4e
commit 229a04e2fa
7 changed files with 13 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class Link:
if link_style != self._link_style:
self._link_style = link_style
await self.update()
self._project.emit_notification("link.updated", self.__json__())
self._project.emit_notification("link.updated", self.asdict())
self._project.dump()
@property