Remove more references to 'model' in GPUI APIs (#23693)
Release Notes: - N/A
This commit is contained in:
parent
a6b1514246
commit
9cae96f82f
115 changed files with 309 additions and 311 deletions
|
@ -85,7 +85,7 @@ impl SlashCommand for TerminalSlashCommand {
|
|||
|
||||
let lines = active_terminal
|
||||
.read(cx)
|
||||
.model()
|
||||
.entity()
|
||||
.read(cx)
|
||||
.last_n_non_empty_lines(line_count);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue