#How do i disable click to source?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I have an application where I have keyboard shortcuts. Pressing Alt should do something else.
Well that would only happen in dev. Though for testing obviously a bit harder. Is it off in preview?
In vite.config.ts
qwikVite({
devTools: {
clickToSource: false,
},
})