Add a enhanceTextSelection
preference
Please note that this is a hack, but I think that it should be OK for now to atleast get the preference landed. Refer to the code comment for further information. Re: issue 7584 and PR 7586.
This commit is contained in:
parent
ca61ccc533
commit
e12c48b73f
3 changed files with 18 additions and 2 deletions
|
@ -95,6 +95,10 @@
|
|||
"description": "Whether to prevent the extension from reporting the extension and browser version to the extension developers.",
|
||||
"default": false
|
||||
},
|
||||
"enhanceTextSelection": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"renderInteractiveForms": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue