mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
fix typo
This commit is contained in:
parent
42b11fc2c5
commit
2b240e74b5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default Ember.Mixin.create({
|
||||||
|
|
||||||
_panMove(e) {
|
_panMove(e) {
|
||||||
if (!this.get("_panState")) {
|
if (!this.get("_panState")) {
|
||||||
_panStart(e);
|
this._panStart(e);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const previousState = this.get("_panState");
|
const previousState = this.get("_panState");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue