Disable cursors in pad
This commit is contained in:
parent
bfd94c7f2b
commit
7bbf6951f2
@ -723,10 +723,10 @@ define([
|
|||||||
});
|
});
|
||||||
|
|
||||||
/* Display the cursor of other users and send our cursor */
|
/* Display the cursor of other users and send our cursor */
|
||||||
framework.setCursorGetter(cursors.cursorGetter);
|
//framework.setCursorGetter(cursors.cursorGetter);
|
||||||
framework.onCursorUpdate(cursors.onCursorUpdate);
|
//framework.onCursorUpdate(cursors.onCursorUpdate);
|
||||||
inner.addEventListener('click', updateCursor);
|
//inner.addEventListener('click', updateCursor);
|
||||||
inner.addEventListener('keyup', updateCursor);
|
//inner.addEventListener('keyup', updateCursor);
|
||||||
|
|
||||||
|
|
||||||
/* hitting enter makes a new line, but places the cursor inside
|
/* hitting enter makes a new line, but places the cursor inside
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user