mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 13:18:29 +00:00
🐛 Fix Wrong shortcut button tip of Delete function
This commit is contained in:
parent
5d01a0e24c
commit
441e9627b5
@ -18,6 +18,7 @@
|
||||
- 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 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
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@
|
||||
[]
|
||||
(if (cf/check-platform? :macos)
|
||||
mac-delete
|
||||
"Supr"))
|
||||
"Del"))
|
||||
|
||||
(defn esc
|
||||
[]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user