mirror of
https://github.com/penpot/penpot.git
synced 2025-04-05 19:41:27 -05:00
Merge remote-tracking branch 'origin/main' into staging
This commit is contained in:
commit
237d9d067d
2 changed files with 3 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
|||
methods (add missing team-id prop)
|
||||
- Fix problem with viewer role and inspect mode [Taiga #9751](https://tree.taiga.io/project/penpot/issue/9751)
|
||||
- Fix error when clicking on a comment at the viewer's sidebar [Taiga #10465](https://tree.taiga.io/project/penpot/issue/10465)
|
||||
- Internal error when install a plugin by penpothub - Try plugin [Taiga #10542](https://tree.taiga.io/project/penpot/issue/10542)
|
||||
|
||||
## 2.5.3
|
||||
|
||||
|
|
|
@ -157,7 +157,8 @@
|
|||
(rt/nav :workspace
|
||||
{:page-id (dm/get-in data [:pages 0])
|
||||
:project-id project-id
|
||||
:file-id id})))
|
||||
:file-id id
|
||||
:team-id team-id})))
|
||||
|
||||
create-file!
|
||||
(fn [plugin]
|
||||
|
|
Loading…
Add table
Reference in a new issue