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:
@ -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);
|
||||
|
Reference in New Issue
Block a user