mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 07:45:01 +02:00
Align source code formatting
This commit is contained in:
@ -672,17 +672,17 @@ class ImageEditor {
|
||||
else {
|
||||
this.history.redo()
|
||||
}
|
||||
event.stopPropagation();
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
}
|
||||
if (event.key == "y" && event.ctrlKey) {
|
||||
this.history.redo()
|
||||
event.stopPropagation();
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
}
|
||||
if (event.key === "Escape") {
|
||||
this.hide()
|
||||
event.stopPropagation();
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user