Bryan Matthews

Results 3 comments of Bryan Matthews

When an editor is rendered you can bind mousetrap to the editor's (iframe) body element. ``` javascript function handleSaveKeyboardShortcut(e) { if (e.preventDefault) { e.preventDefault(); } else { e.returnValue = false;...

I was able to repro in a test at least, which I will attempt to push to a fork tomorrow.

[Here's the test where I was able to reproduce the problem](https://github.com/cognitoforms/vue-input-facade/pull/4/files#diff-a6cd83984d46090cbd961965fdcbcb983583d83ce3eeb7d8c90aff5803000a8f). I tried to get it as close as I could to what was I seeing in the app.