This PR refactors the LanguageSelector and SnippetAreaToolbar components to disable selecting a language when a snippet has been locked. The SnippetAreaToolbar will pass its readOnly prop to its child LanguageSelector, which will then forward that to its underlying SelectField element.
Description
This PR refactors the
LanguageSelector
andSnippetAreaToolbar
components to disable selecting a language when a snippet has been locked. TheSnippetAreaToolbar
will pass itsreadOnly
prop to its childLanguageSelector
, which will then forward that to its underlyingSelectField
element.Motivation and Context
Fixes #395
Checklist: