This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 2e364b11 Better to use existing keypress
2e364b11 is described below
commit 2e364b1158025d79f21a3b48ebdafdd59467dcb4
Author: Sebb <[email protected]>
AuthorDate: Sun Aug 4 11:50:06 2024 +0100
Better to use existing keypress
---
www/secretary/workbench/views/parts.js.rb | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/www/secretary/workbench/views/parts.js.rb
b/www/secretary/workbench/views/parts.js.rb
index f9bfe50e..76c99d01 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -54,9 +54,7 @@ class Parts < Vue
_li "undelete this email", onMousedown: self.undelete_message
end
- _ul do
- _li "\u2716 delete this email", onMousedown: self.delete_message
- end
+ _p "(Use [ctrl|meta] + [delete|backspace] to delete this email)"
# locate corresponding signature file (if any)
signature = CheckSignature.find(decodeURIComponent(@selected),
@attachments)