mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
Uh... wrong element.
This commit is contained in:
@@ -58,7 +58,7 @@ class ConfigureStreamContainer extends Component {
|
||||
if (e.target && e.target.id === 'qboxcontent') {
|
||||
this.state.settings.questionBoxContent = e.target.value;
|
||||
}
|
||||
if (e.target && e.target.id === 'qboxcontent') {
|
||||
if (e.target && e.target.id === 'plinksenable') {
|
||||
this.state.settings.premodLinksEnable = e.target.value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user