rename controls to tree controls and consistent button style
Reviewed By: mweststrate Differential Revision: D47672437 fbshipit-source-id: 5ce237cfd300a481450411a0242410e01bcc5411
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ab84bb9bad
commit
f854e9f3f3
@@ -87,6 +87,7 @@ export function VisualiserControls({
|
||||
<Layout.Horizontal gap="medium">
|
||||
<Tooltip title={targetToolTip}>
|
||||
<Button
|
||||
shape="circle"
|
||||
onClick={() => {
|
||||
if (targetMode.state === 'disabled') {
|
||||
setTargetMode({state: 'active'});
|
||||
@@ -108,6 +109,7 @@ export function VisualiserControls({
|
||||
</Tooltip>
|
||||
<Tooltip title={focusToolTip}>
|
||||
<Button
|
||||
shape="circle"
|
||||
disabled={focusDisabled}
|
||||
onClick={() => {
|
||||
if (focusedNode == null) {
|
||||
|
||||
Reference in New Issue
Block a user