mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-06 11:06:58 +03:00
Do not flatten Interactive::default
This commit is contained in:
parent
0256f89dd6
commit
b9959ffdc0
@ -872,7 +872,6 @@ impl<'de, T: DeserializeOwned> Deserialize<'de> for Interactive<T> {
|
||||
{
|
||||
#[derive(Deserialize)]
|
||||
struct Helper {
|
||||
#[serde(flatten)]
|
||||
default: Value,
|
||||
hover: Option<Value>,
|
||||
clicked: Option<Value>,
|
||||
|
Loading…
Reference in New Issue
Block a user