Skip to content

Commit ba74a93

Browse files
committed
Minor bug fix
1 parent be76297 commit ba74a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/browser.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3071,8 +3071,8 @@ BOARD.prototype.set_pan = function(px, py, immediate) {
30713071
this.trigger_redraw = true;
30723072
this._t_previous_draw = Date.now();
30733073

3074-
// Mouse event (in case caps is down)
3075-
this.event_mousemove(this.mouse_event);
3074+
// Mouse event (in case caps is down) // JACK NEEDS FIXING!!!
3075+
//this.event_mousemove(this.mouse_event);
30763076

30773077
this.set_cookie('px_target', px);
30783078
this.set_cookie('py_target', py);

common/images/screenshots/poker.png

378 KB
Loading

0 commit comments

Comments
 (0)