gpui: Prevent the same action name from being registered multiple times (#33359)
Also removes duplicate `editor::RevertFile` and `vim::HelixDelete` actions Release Notes: - N/A
This commit is contained in:
parent
d09c7eb317
commit
90c893747c
4 changed files with 22 additions and 32 deletions
|
@ -432,7 +432,7 @@ mod tests {
|
|||
actions!(
|
||||
test_only,
|
||||
[
|
||||
A, B, C, D, E, F, G, // Don't wrap, test the trailing comma
|
||||
H, I, J, K, L, M, N, // Don't wrap, test the trailing comma
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue