Merge pull request #4789 from xyflow/fix/usekeypress-plus

Enhance useKeyPress top also support '+'
This commit is contained in:
Peter Kogo
2024-11-09 09:49:25 +01:00
committed by GitHub
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@xyflow/react': patch
---
Support key combinations which include '+' (e.g., 'Control++' resolves to the combination 'Control' and '+').