Skip to content

Commit

Permalink
Disable context menu and box selection in panning example.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Jan 13, 2025
1 parent e29d607 commit a4c513e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ else
Input=@input
InputUpdated="(string s) => { input = s; StateHasChanged(); }"
SupportedElements="supportedElements"
InputRendered="EditorLoaded" />
InputRendered="EditorLoaded"
DisableContextMenu="true"
DisableBoxSelection="true" />
</div>

<h3>Left speaker</h3>
Expand Down

0 comments on commit a4c513e

Please sign in to comment.