No description
47699cd908
When IME is enabled and user presses the space button, firefox sends 'compositionend' event with data = ' '. However, chrome instead fires 'textInput' event. Lets listen for 'textInput' event too and treat it like 'compositionend' event when data = ' '. Change-Id: Icbebdf2e89f608f790e6ce68c49f474364e7d5ab |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README | ||
rename.patch | ||
rename.sh |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.