File tree Expand file tree Collapse file tree
apps/mark/src/lib/features/timeline Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545<svelte:window onkeydown ={handleKeydown } />
4646
47- <!-- svelte-ignore a11y_no_noninteractive_element_interactions a11y_click_events_have_key_events -->
47+ <!-- svelte-ignore a11y_no_noninteractive_element_interactions -->
48+ <!-- svelte-ignore a11y_click_events_have_key_events -->
4849<div
4950 class =" modal-backdrop"
5051 role =" dialog"
5354 onpointerdown ={backdropDismiss .handlePointerDown }
5455 onclick ={backdropDismiss .handleClick }
5556>
56- <!-- svelte-ignore a11y_no_static_element_interactions -->
57+ <!-- svelte-ignore a11y_no_static_element_interactions a11y_click_events_have_key_events -->
5758 <div class ="modal" role ="presentation" onclick ={(e ) => e .stopPropagation ()}>
5859 <header class =" modal-header" >
5960 <span class ="filename" >{filename }</span >
You can’t perform that action at this time.
0 commit comments