mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
fix: add biome-ignore for drag-and-drop div accessibility lint
This commit is contained in:
parent
b2e9cebeff
commit
a2c579a9f6
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ export function NoteContent({
|
|||
|
||||
return (
|
||||
<div className="flex h-full flex-col">
|
||||
{/* biome-ignore lint/a11y/noStaticElementInteractions: drag-and-drop zone requires event handlers on a div */}
|
||||
<div
|
||||
className="relative flex min-h-[45dvh] w-full flex-1 overflow-y-auto rounded-[14px] bg-[#10151C] p-3 shadow-inside-out ring-1 ring-[#202A36] md:mb-4! md:bg-[#14161A] md:p-4 md:ring-0"
|
||||
onDragEnter={handleDragEnter}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue