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
@ -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…
Reference in New Issue
Block a user