refactor(input): rename internal capture requests
This commit is contained in:
@@ -104,7 +104,7 @@ impl SkController {
|
||||
if let Some(capture) = &self.capture {
|
||||
if !self
|
||||
.input
|
||||
.capture_requests
|
||||
.internal_capture_requests
|
||||
.get_valid_contents()
|
||||
.contains(capture)
|
||||
{
|
||||
@@ -115,7 +115,7 @@ impl SkController {
|
||||
if self.capture.is_none() {
|
||||
self.capture = self
|
||||
.input
|
||||
.capture_requests
|
||||
.internal_capture_requests
|
||||
.get_valid_contents()
|
||||
.into_iter()
|
||||
.map(|handler| {
|
||||
|
||||
Reference in New Issue
Block a user