1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

silly text highlight workaround...

This commit is contained in:
CroogQT
2022-05-05 13:24:12 -07:00
parent ea9258d36c
commit 1493c920fd

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);