UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

7 lines (6 loc) 258 B
export default function acceptKey(e, mouseKey) { const key = (mouseKey || "").toLowerCase(); const event = e.event; const accept = (key === "none" && !(event.ctrlKey || event.shiftKey || event.altKey)) || event[key + "Key"]; return accept; }