Closed emnh closed 9 years ago
If you want to embed vim.js on a bigger page, you need to be able to use keyboard outside vim canvas. Currently the page listens on document and uses preventDefault. I will send a pull request to fix this.
Created pull request https://github.com/coolwanglu/vim.js/pull/24 .
If you want to embed vim.js on a bigger page, you need to be able to use keyboard outside vim canvas. Currently the page listens on document and uses preventDefault. I will send a pull request to fix this.