We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcb95c commit dab0193Copy full SHA for dab0193
Assets/Scripts/Tools/EraserTool.cs
@@ -84,7 +84,7 @@ override public void IntersectionHappenedThisFrame()
84
85
override protected bool HandleIntersectionWithWidget(GrabWidget widget)
86
{
87
- if (widget is MediaWidget)
+ if (widget is MediaWidget && !widget.Pinned)
88
89
SketchMemoryScript.m_Instance.PerformAndRecordCommand(new HideWidgetCommand(widget));
90
AudioManager.m_Instance.ShowHideWidget(false, transform.position);
0 commit comments