{ if (e.target === e.currentTarget && !busy) onClose(); }} onkeydown={(e) => { if (e.key === "Escape" && !busy) onClose(); }} role="button" tabindex="-1" transition:fade={{ duration: $settingsState.animations ? 200 : 0 }} >
e.stopPropagation()} onkeydown={(e) => e.stopPropagation()} role="dialog" aria-modal="true" aria-labelledby="feedback-modal-title" tabindex="-1" in:scale={{ duration: $settingsState.animations ? 280 : 0, start: 0.92, opacity: 0, easing: (t) => 1 - Math.pow(1 - t, 3), }} >