mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 03:56:53 -06:00
silly text highlight workaround...
This commit is contained in:
parent
ea9258d36c
commit
1493c920fd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user