mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Fix checked bug and css height bug
This commit is contained in:
parent
2835ab3b1e
commit
d826396605
|
@ -69,8 +69,8 @@ export default function getExceptions(theState) {
|
|||
conf={{
|
||||
key: 'lookupLastErrors',
|
||||
desc: 'Собирать последние ошибки в запросах, чтобы вручную добавлять избранные из них в исключения.',
|
||||
value: props.bgWindow.apis.lastErrors.ifCollecting
|
||||
}}
|
||||
checked={props.bgWindow.apis.lastErrors.ifCollecting}
|
||||
onChange={(event) => {
|
||||
|
||||
props.bgWindow.apis.lastErrors.ifCollecting = event.target.checked;
|
||||
|
|
|
@ -31,6 +31,7 @@ export default function getProxyEditor(theState) {
|
|||
{
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* ADD PANEL */
|
||||
|
|
Loading…
Reference in New Issue
Block a user