silly text highlight workaround...

This commit is contained in:
CroogQT 2022-05-05 13:24:12 -07:00
parent 3c3fcb3844
commit 56cd35dcec

View File

@ -4,6 +4,10 @@ import { previousPkCheckState } from '../stores';
type PreviousPkCheckState = { element: Nullable<HTMLInputElement> };
function preventTextHighlight(): void {
return
}
function updatePreviousPkCheckState(eventTargetElement: HTMLInputElement, state: StateManager<PreviousPkCheckState>): void {
console.log(state)
state.set('element', eventTargetElement);