mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): disable keyboard dnd
Need to fix a bug w/ collision detection before enabling it. Will pursue later.
This commit is contained in:
@ -70,6 +70,7 @@ const UnifiedCanvasContent = () => {
|
||||
return (
|
||||
<Box
|
||||
ref={setDroppableRef}
|
||||
tabIndex={0}
|
||||
sx={{
|
||||
w: 'full',
|
||||
h: 'full',
|
||||
@ -109,6 +110,7 @@ const UnifiedCanvasContent = () => {
|
||||
return (
|
||||
<Box
|
||||
ref={setDroppableRef}
|
||||
tabIndex={-1}
|
||||
sx={{
|
||||
w: 'full',
|
||||
h: 'full',
|
||||
|
Reference in New Issue
Block a user