|
|
|
@ -723,10 +723,10 @@ define([
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
/* Display the cursor of other users and send our cursor */
|
|
|
|
|
framework.setCursorGetter(cursors.cursorGetter);
|
|
|
|
|
framework.onCursorUpdate(cursors.onCursorUpdate);
|
|
|
|
|
inner.addEventListener('click', updateCursor);
|
|
|
|
|
inner.addEventListener('keyup', updateCursor);
|
|
|
|
|
//framework.setCursorGetter(cursors.cursorGetter);
|
|
|
|
|
//framework.onCursorUpdate(cursors.onCursorUpdate);
|
|
|
|
|
//inner.addEventListener('click', updateCursor);
|
|
|
|
|
//inner.addEventListener('keyup', updateCursor);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* hitting enter makes a new line, but places the cursor inside
|
|
|
|
|