mirror of
https://github.com/mue/mue.git
synced 2026-07-10 22:14:39 +02:00
feat: locally store stats so users can see them (no ui yet)
This commit is contained in:
@@ -22,7 +22,7 @@ export default class Dropdown extends React.PureComponent {
|
||||
return;
|
||||
}
|
||||
|
||||
window.analytics.postEvent('setting', `${this.props.name} from ${this.state.value} to ${value}`);
|
||||
window.stats.postEvent('setting', `${this.props.name} from ${this.state.value} to ${value}`);
|
||||
|
||||
this.setState({
|
||||
value: value,
|
||||
|
||||
Reference in New Issue
Block a user