mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Copy Paste Location and Rotation new button style
Copy Paste Location and Rotation new button style
This commit is contained in:
parent
8827f9e8de
commit
cf66d1aca3
1 changed files with 4 additions and 4 deletions
|
@ -1355,8 +1355,8 @@ const GROUPS = [
|
|||
},
|
||||
{
|
||||
type: "buttons",
|
||||
buttons: [ { id: "copyPosition", label: "Copy Position", className: "black", onClick: copyPositionProperty },
|
||||
{ id: "pastePosition", label: "Paste Position", className: "black", onClick: pastePositionProperty } ],
|
||||
buttons: [ { id: "copyPosition", label: "Copy Position", className: "secondary", onClick: copyPositionProperty },
|
||||
{ id: "pastePosition", label: "Paste Position", className: "secondary", onClick: pastePositionProperty } ],
|
||||
propertyID: "copyPastePosition"
|
||||
},
|
||||
{
|
||||
|
@ -1383,8 +1383,8 @@ const GROUPS = [
|
|||
},
|
||||
{
|
||||
type: "buttons",
|
||||
buttons: [ { id: "copyRotation", label: "Copy Rotation", className: "black", onClick: copyRotationProperty },
|
||||
{ id: "pasteRotation", label: "Paste Rotation", className: "black", onClick: pasteRotationProperty } ],
|
||||
buttons: [ { id: "copyRotation", label: "Copy Rotation", className: "secondary", onClick: copyRotationProperty },
|
||||
{ id: "pasteRotation", label: "Paste Rotation", className: "secondary", onClick: pasteRotationProperty } ],
|
||||
propertyID: "copyPasteRotation"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue