mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix class name
This commit is contained in:
parent
d3da121892
commit
5ba3055bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ const selectFilterLists = async ( ) => {
|
|||
const textarea = qs$('#lists .listEntry[data-role="import"].expanded textarea');
|
||||
const toImport = textarea !== null && textarea.value.trim() || '';
|
||||
if ( textarea !== null ) {
|
||||
dom.cl.remove(textarea.closest('expandable'), 'expanded');
|
||||
dom.cl.remove(textarea.closest('.expandable'), 'expanded');
|
||||
textarea.value = '';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue