#How do i disable click to source?

3 messages · Page 1 of 1 (latest)

raven linden
#

I have an application where I have keyboard shortcuts. Pressing Alt should do something else.

neon pilot
#

Well that would only happen in dev. Though for testing obviously a bit harder. Is it off in preview?

outer pilot
#

In vite.config.ts

qwikVite({
  devTools: {
    clickToSource: false,
  },
})