mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
🐛 Fix selection stroke missing in properties of multiple texts
This commit is contained in:
parent
104059a7b1
commit
9f6a3cbc23
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
- Fix problem when moving texts with keyboard [#2690](https://github.com/penpot/penpot/issues/2690)
|
- Fix problem when moving texts with keyboard [#2690](https://github.com/penpot/penpot/issues/2690)
|
||||||
- Fix problem when drawing boxes won't detect mouse-up [Taiga #4618](https://tree.taiga.io/project/penpot/issue/4618)
|
- Fix problem when drawing boxes won't detect mouse-up [Taiga #4618](https://tree.taiga.io/project/penpot/issue/4618)
|
||||||
- Fix missing loading icon on shared libraries [Taiga #4148](https://tree.taiga.io/project/penpot/issue/4148)
|
- Fix missing loading icon on shared libraries [Taiga #4148](https://tree.taiga.io/project/penpot/issue/4148)
|
||||||
|
- Fix selection stroke missing in properties of multiple texts [Taiga #4048](https://tree.taiga.io/project/penpot/issue/4048)
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|
|
@ -373,6 +373,7 @@
|
||||||
:fill-color-ref-file
|
:fill-color-ref-file
|
||||||
:fill-color-gradient
|
:fill-color-gradient
|
||||||
|
|
||||||
|
:strokes
|
||||||
:stroke-style
|
:stroke-style
|
||||||
:stroke-alignment
|
:stroke-alignment
|
||||||
:stroke-width
|
:stroke-width
|
||||||
|
|
Loading…
Add table
Reference in a new issue