mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #5157 from Rob--W/crx-no-spellcheck-in-url
Disable spellcheck in Chromium's URL popup
This commit is contained in:
commit
e23ba0987a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ body {
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body contentEditable="plaintext-only">
|
||||
<body contentEditable="plaintext-only" spellcheck="false">
|
||||
<script src="pageActionPopup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue