🐛 Removed trim as this blocked using space char (#1340)
This commit is contained in:
@@ -16,8 +16,7 @@ export const FaviconChanger = () => {
|
||||
if (!configName) return null;
|
||||
|
||||
const handleChange: ChangeEventHandler<HTMLInputElement> = (ev) => {
|
||||
const { value } = ev.currentTarget;
|
||||
const faviconUrl = value.trim();
|
||||
const { value: faviconUrl } = ev.currentTarget;
|
||||
setFaviconUrl(faviconUrl);
|
||||
updateConfig(configName, (prev) => ({
|
||||
...prev,
|
||||
|
||||
Reference in New Issue
Block a user