mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-21 20:52:12 -03:00
Fix: Restore drag-and-drop in layers panel
This commit is contained in:
@@ -285,8 +285,6 @@ export class CanvasLayersPanel {
|
||||
if (nameElement && nameElement.classList.contains('editing')) {
|
||||
return;
|
||||
}
|
||||
// Prevent the layers panel from stealing focus
|
||||
e.preventDefault();
|
||||
this.handleLayerClick(e, layer, index);
|
||||
});
|
||||
// --- PRAWY PRZYCISK: ODJAZNACZ LAYER ---
|
||||
|
||||
Reference in New Issue
Block a user