mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
Fix selection not working in animation when in different selection mode
This commit is contained in:
parent
88a5e3dcf7
commit
61a63f90a9
@ -738,6 +738,9 @@ class Preview {
|
||||
}
|
||||
|
||||
let select_mode = BarItems.selection_mode.value
|
||||
if (!Condition(BarItems.selection_mode.condition)) {
|
||||
select_mode = 'object';
|
||||
}
|
||||
|
||||
if (Toolbox.selected.selectElements && Modes.selected.selectElements && data.type === 'element') {
|
||||
if (Toolbox.selected.selectFace && data.face) {
|
||||
|
Loading…
Reference in New Issue
Block a user