perf: add isolate events
This commit is contained in:
parent
684304db9b
commit
8fd5f04ecd
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ export default defineContentScript({
|
|||
anchor: 'body',
|
||||
append: 'last',
|
||||
mode: 'open',
|
||||
isolateEvents: ['keyup', 'keydown', 'keypress'],
|
||||
onMount: (container) => {
|
||||
const app = createElement('<div id="app"></div>')
|
||||
container.append(app)
|
||||
|
|
Loading…
Reference in a new issue