mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 21:51:38 +02: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)
|
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 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)
|
- 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
|
## 2.5.3
|
||||||
|
|
||||||
|
|
|
@ -157,7 +157,8 @@
|
||||||
(rt/nav :workspace
|
(rt/nav :workspace
|
||||||
{:page-id (dm/get-in data [:pages 0])
|
{:page-id (dm/get-in data [:pages 0])
|
||||||
:project-id project-id
|
:project-id project-id
|
||||||
:file-id id})))
|
:file-id id
|
||||||
|
:team-id team-id})))
|
||||||
|
|
||||||
create-file!
|
create-file!
|
||||||
(fn [plugin]
|
(fn [plugin]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue