mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -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(
|
return this.views.find(
|
||||||
(v) =>
|
(v) =>
|
||||||
v.state.context.pos && v.state.context.pos.spaces.includes(viewIdx),
|
v.state.context.pos && v.state.context.pos.spaces.includes(viewIdx),
|
||||||
|
|||||||
Reference in New Issue
Block a user