mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 11:44:28 +08:00
FIX: Incorrect variable.
This commit is contained in:
parent
00c0410fc7
commit
8cc64cd05b
@ -68,7 +68,7 @@ export default Ember.Component.extend({
|
|||||||
|
|
||||||
// Android is dodgy, touchend often will not fire
|
// Android is dodgy, touchend often will not fire
|
||||||
// https://code.google.com/p/android/issues/detail?id=19827
|
// https://code.google.com/p/android/issues/detail?id=19827
|
||||||
if (!this.isAndroid) {
|
if (!isAndroid) {
|
||||||
$(document).on('touchstart.quote-button', () => {
|
$(document).on('touchstart.quote-button', () => {
|
||||||
this._isTouchInProgress = true;
|
this._isTouchInProgress = true;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user