Shared watches - include "Extract text" filter

This commit is contained in:
dgtlmoon
2022-06-07 17:06:05 +02:00
parent 277dc9e1c1
commit 8c8d4066d7

View File

@@ -287,7 +287,7 @@ class ChangeDetectionStore:
'body', 'method',
'ignore_text', 'css_filter',
'subtractive_selectors', 'trigger_text',
'extract_title_as_title']:
'extract_title_as_title', 'extract_text']:
if res.get(k):
apply_extras[k] = res[k]