mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-17 16:20:13 +08:00
Revert default rotation space to local
Fix theme thumbnail compatibility issue with older browsers
This commit is contained in:
parent
c90267df7b
commit
a5efa1c578
@ -492,7 +492,7 @@ const CustomTheme = {
|
||||
}
|
||||
}
|
||||
Merge.string(app, theme, 'css');
|
||||
theme.thumbnail ??= '';
|
||||
if (!theme.thumbnail) theme.thumbnail = '';
|
||||
Merge.string(app, theme, 'thumbnail');
|
||||
this.updateColors();
|
||||
this.updateSettings();
|
||||
|
@ -909,7 +909,7 @@ BARS.defineActions(function() {
|
||||
new BarSelect('rotation_space', {
|
||||
condition: {modes: ['edit', 'animate', 'pose'], tools: ['rotate_tool']},
|
||||
category: 'transform',
|
||||
value: 'parent',
|
||||
value: 'local',
|
||||
options: {
|
||||
global: 'action.transform_space.global',
|
||||
parent: 'action.transform_space.parent',
|
||||
|
Loading…
Reference in New Issue
Block a user