Skip to content

Commit 937c86f

Browse files
committed
Do not display full figma UI in context mode
1 parent 0347b09 commit 937c86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/Inspector/FigmaInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public override void OnInspectorGUI()
8181

8282
OnPersonalAccessTokenGUI();
8383
OnAssetGUI();
84-
OnFigmaGUI();
84+
if (serializedObject.context is null) OnFigmaGUI();
8585

8686
serializedObject.ApplyModifiedProperties();
8787
}

0 commit comments

Comments
 (0)