Open jacobwojoski opened 11 months ago
Scope is all jank due to button callbacks not have access to local variables.
Fix callback by adding .bind(this) to the end and they should now have access.
Probably can’t fix socket this way though.
Scope is all jank due to button callbacks not have access to local variables.
Fix callback by adding .bind(this) to the end and they should now have access.
Probably can’t fix socket this way though.