mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 17:16:11 +02:00
🐛 Fix Wrong shortcut button tip of Delete function
This commit is contained in:
parent
5d01a0e24c
commit
441e9627b5
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
- Fix gradient colors don't arrive in recent colors palette (https://tree.taiga.io/project/penpot/issue/4155)
|
- Fix gradient colors don't arrive in recent colors palette (https://tree.taiga.io/project/penpot/issue/4155)
|
||||||
- Fix selected colors allow gradients in shadows [Taiga #4156](https://tree.taiga.io/project/penpot/issue/4156)
|
- Fix selected colors allow gradients in shadows [Taiga #4156](https://tree.taiga.io/project/penpot/issue/4156)
|
||||||
- Fix import files with unexpected format or invalid content [Taiga #4136](https://tree.taiga.io/project/penpot/issue/4136)
|
- Fix import files with unexpected format or invalid content [Taiga #4136](https://tree.taiga.io/project/penpot/issue/4136)
|
||||||
|
- Fix wrong shortcut button tip of "Delete" function [Taiga #4162](https://tree.taiga.io/project/penpot/issue/4162)
|
||||||
|
|
||||||
## 1.15.3-beta
|
## 1.15.3-beta
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
[]
|
[]
|
||||||
(if (cf/check-platform? :macos)
|
(if (cf/check-platform? :macos)
|
||||||
mac-delete
|
mac-delete
|
||||||
"Supr"))
|
"Del"))
|
||||||
|
|
||||||
(defn esc
|
(defn esc
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue