Remove the really annoying blur on the incrementer component
This commit is contained in:
parent
118dcfb71c
commit
8c83d304b7
1 changed files with 0 additions and 3 deletions
|
|
@ -127,9 +127,6 @@ export class DotDungeonIncrementer extends StyledShadowElement(HTMLElement) {
|
||||||
this.#input.value = value;
|
this.#input.value = value;
|
||||||
this.value = value;
|
this.value = value;
|
||||||
this.dispatchEvent(new Event(`change`, { bubbles: true }));
|
this.dispatchEvent(new Event(`change`, { bubbles: true }));
|
||||||
|
|
||||||
// NOTE: This may be really annoying, in that case, remove it later
|
|
||||||
this.blur();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/** @param {Event} $e */
|
/** @param {Event} $e */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue