Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F12 cannot open devTools in development mode #832

Closed
3 of 4 tasks
cesaryuan opened this issue Oct 9, 2024 · 1 comment · Fixed by #833
Closed
3 of 4 tasks

F12 cannot open devTools in development mode #832

cesaryuan opened this issue Oct 9, 2024 · 1 comment · Fixed by #833

Comments

@cesaryuan
Copy link
Contributor

Describe the bug

F12 cannot open devTools in development mode, which means the following code not work as expected.

    app.on("browser-window-created", (_, window) => {
      optimizer.watchWindowShortcuts(window)
    })

Feed Info

None

Reproduction Video

No response

App Type

Electron / App

Version

0.0.1-alpha.19

Operating System

Windows 11

Browser Info

No response

Validations

  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.

Contributions

  • I am willing to submit a PR to fix this issue
  • I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant