Skip to content

Commit

Permalink
fix: can disable track
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 24, 2019
1 parent 0ad8013 commit 3f3a590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x6/src/core/x6.ts
Expand Up @@ -13,6 +13,6 @@ export namespace x6 {
* @param enabled Specifies if seed client information to AntV server.
*/
export function track(enabled: boolean) {
globals.trackable = false
globals.trackable = enabled
}
}

0 comments on commit 3f3a590

Please sign in to comment.