-
Hi! My team and I are using plate inside a chrome-extension that runs on top of Salesforce. We are encountering with some unexpected behaviours when typing in Plate while navigating Salesforce. We believe it has something to do with Event propagation. When typing certain characters in the editor, the page behind in Salesforce navigates itself because it is listening to those KeyboardEvents and using them to perform scrolling among other actions (this is the default behaviour of Salesforce as we understand). Here is a video showing this interaction: https://www.loom.com/share/7b45ad0f778e475ba3fe7ad2e1f81a72 We would like to know if there is a way to access KeyboardEvents inside Plate to stop the propagation to Salesforce. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, you can use |
Beta Was this translation helpful? Give feedback.
Yes, you can use
onKeyDown
key from a plugin