mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
Do not flatten Interactive::default
This commit is contained in:
parent
0256f89dd6
commit
b9959ffdc0
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue