issue-236-fixed #239
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-236-fixed"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue
Closes #236
Intent
Implementation
onClose
handler to signers dropdown atsrc/components/DrawPDFFields/index.tsx
.KeyboardCode
enum tosrc/types/event.ts
.We don't have a way to bring back the dropdown, I think we should have that option, possibly when clicking the mark again and making it active in
handleDrawnFieldPointerDown
And on the usability side, I hoped I could press ESC anywhere to hide it without having to select dropdown first, maybe just a
onKeyDown
(withtabIndex={0}
) on root of the drawn field rectangle div instead ofonClose
on dropdown.good suggestions!
thanks, @enes !