This commit is contained in:
noririty%jcom.home.ne.jp 2003-07-24 11:21:07 +00:00
Родитель 3b6b72cbae
Коммит fdb105ca4a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -615,7 +615,7 @@
</handler> </handler>
<handler event="mousedown"> <handler event="mousedown">
<![CDATA[ <![CDATA[
if (!this.getAttribute("autoscroll") == "false" && !this._isScrolling && event.button == 1 && !this.isLink(event.originalTarget)) { if (this.getAttribute("autoscroll") != "false" && !this._isScrolling && event.button == 1 && !this.isLink(event.originalTarget)) {
this._startX = event.clientX; this._startY = event.clientY; this._startX = event.clientX; this._startY = event.clientY;
this._distanceX = 0; this._distanceY = 0; this._distanceX = 0; this._distanceY = 0;
this._scrollingFingerFree = false; this._scrollingFingerFree = false;