Skip to content

Commit bdc3bac

Browse files
committed
[mv3] Fix visual of "Remove a custom filter" for procedural filters
1 parent c6fcad1 commit bdc3bac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

platform/mv3/extension/js/popup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ dom.on('#gotoUnpicker', 'click', ( ) => {
284284
if ( browser.scripting === undefined ) { return; }
285285
browser.scripting.executeScript({
286286
files: [
287+
'/js/scripting/css-procedural-api.js',
287288
'/js/scripting/tool-overlay.js',
288289
'/js/scripting/unpicker.js',
289290
],

0 commit comments

Comments
 (0)