You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The InventoryEditor component is rendered only when editorDialogOpen is set to true in InventorySelector. This causes the editor to refetch the IPA skeleton data files each time the editor is opened (although the network requests should be cached). This can be avoided by keeping the component mounted and allowing the open prop of the Dialog element inside to control the display. This will also allow the last selected tab (consonants, other, vowels) to stay selected when closing and reopening the editor.
The text was updated successfully, but these errors were encountered:
The
InventoryEditor
component is rendered only wheneditorDialogOpen
is set totrue
inInventorySelector
. This causes the editor to refetch the IPA skeleton data files each time the editor is opened (although the network requests should be cached). This can be avoided by keeping the component mounted and allowing theopen
prop of theDialog
element inside to control the display. This will also allow the last selected tab (consonants, other, vowels) to stay selected when closing and reopening the editor.The text was updated successfully, but these errors were encountered: