mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 14:12:48 -05:00
Remove unused argument
This commit is contained in:
committed by
Max Goodhart
parent
001b57eac3
commit
3759b05915
@@ -216,7 +216,7 @@ export default class StreamWindow extends EventEmitter {
|
||||
}
|
||||
}
|
||||
|
||||
findViewByIdx(viewIdx, predicate) {
|
||||
findViewByIdx(viewIdx) {
|
||||
return this.views.find(
|
||||
(v) =>
|
||||
v.state.context.pos && v.state.context.pos.spaces.includes(viewIdx),
|
||||
|
||||
Reference in New Issue
Block a user