mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
Clear auto-indent requests if they couldn't be computed
This commit is contained in:
parent
202950aa98
commit
83d3fad80d
1 changed files with 2 additions and 0 deletions
|
@ -866,6 +866,8 @@ impl Buffer {
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
self.autoindent_requests.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue