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
Currently, editInspectorState uses an <input/> element for editing values. This works fine for primitives, but becomes difficult when editing objects or arrays.
Proposed solution:
Switch to a <textarea> (or similar multiline input) when the value being edited is an object or array. This would allow:
Better visibility of the JSON structure
Easier editing with proper line breaks and indentation