mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): remove drag distance on layers
This commit is contained in:
parent
a7d69aa0a9
commit
944690ac8e
@ -162,6 +162,7 @@ const renderRPLayer = (
|
||||
id: rpLayer.id,
|
||||
name: REGIONAL_PROMPT_LAYER_NAME,
|
||||
draggable: true,
|
||||
dragDistance: 0,
|
||||
});
|
||||
|
||||
// Create a `dragmove` listener for this layer
|
||||
|
Loading…
Reference in New Issue
Block a user