Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with the setting "Always linkify following elements. Override above. (CSS selector)" #41

Closed
decembre opened this issue Mar 19, 2021 · 1 comment · Fixed by #50

Comments

@decembre
Copy link

If i add a slector in "Always linkify following elements. Override above. (CSS selector)",
and after i want delete totally it, it is not possible.
The form don't want be empty.
I need to let in it something which match noting to make it save it.
If i try to save an empty form, it return to the previous value typed in it.

It's why i understang many errors this last:
I have found it was due to this setting, i correct it and after .... i don't understand why these problems remain:
now i known why;
:-)

@eight04
Copy link
Owner

eight04 commented Mar 19, 2021

Good catch. Currently the validator doesn't allow empty string:

function validateSelector(value) {
document.documentElement.matches(value);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants