mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-03-13 07:37:29 +08:00
feat(ui): add text selection handling in APIConfigSection and LiveStreamSection components, settings remote input can save
This commit is contained in:
@@ -51,6 +51,7 @@ export default function SettingsScreen() {
|
||||
const realMessage = lastMessage.split("_")[0];
|
||||
handleRemoteInput(realMessage);
|
||||
clearMessage(); // Clear the message after processing
|
||||
markAsChanged();
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [lastMessage, targetPage]);
|
||||
|
||||
Reference in New Issue
Block a user