mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-03 19:41:22 +03:00
fix(action): 🐛 notify about rotation non-appliance
This commit is contained in:
parent
9d1e535725
commit
78c220e496
@ -508,7 +508,7 @@ export class Rotate extends ActionImpl implements Action {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public executeWithoutLayoutOverride(): void {
|
public executeWithoutLayoutOverride(): void {
|
||||||
this.engine.focusDir("left");
|
this.engine.showNotification("Rotation Not Applicable");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -518,6 +518,6 @@ export class RotatePart extends ActionImpl implements Action {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public executeWithoutLayoutOverride(): void {
|
public executeWithoutLayoutOverride(): void {
|
||||||
this.engine.focusDir("left");
|
this.engine.showNotification("Rotation Not Applicable");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user