export const stopEvent = (e: any) => { e.stopPropagation(); e.preventDefault(); return true; };