1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Forgot to commit last minute changes in element picker

Related commit:
- 260f762c83
This commit is contained in:
Raymond Hill 2020-09-10 10:40:07 -04:00
parent 6fd6f7f26b
commit df83a0847f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -654,7 +654,6 @@ const showDialog = function(details) {
const depthInput = $stor('#resultsetDepth input');
depthInput.max = cosmeticFilters.length - 1;
depthInput.value = depthInput.max;
onDepthChanged();
dialog.querySelector('ul').style.display =
netFilters.length || cosmeticFilters.length ? '' : 'none';
@ -713,8 +712,6 @@ const startPicker = function() {
if ( pickerRoot.classList.contains('zap') ) { return; }
onSpecificityChanged();
taCandidate.addEventListener('input', onCandidateChanged);
$id('preview').addEventListener('click', onPreviewClicked);
$id('create').addEventListener('click', onCreateClicked);