Commit graph

11 commits

Author SHA1 Message Date
David Mehren
e0021036ae
Fix missing inline authorship colors
The hex2rgb function seems to previously have been available globally.
It probably got lost in the great Webpack refactoring and nobody noticed
 that.

 This copies the function into its own file (to make importing it easy)
 and adds an import in index.js.

 Fixes https://github.com/hedgedoc/hedgedoc/issues/2248

Signed-off-by: David Mehren <git@herrmehren.de>
2022-04-08 12:13:37 +02:00
Peter Dave Hello
7e3e0edb17 Remove executable permission from static files 2017-04-18 05:01:23 +08:00
Wu Cheng-Han
0bea4da623 Fix out of sync when deleting on same cursor position on several clients
from: https://github.com/aullman/opentok-editor/issues/4
2017-02-18 20:11:57 +08:00
Wu Cheng-Han
23a12dd927 Fix for selectionObjects in OT CodeMirror adapter might call on undefined 2017-01-05 00:00:05 +08:00
Wu Cheng-Han
c904083d1f Remove manual LZString compression for partial socket io event data 2017-01-02 10:52:47 +08:00
Peter Dave Hello
f8eb8fc9d8 Remove uesless executable permission for static files 2016-11-14 21:13:02 +08:00
Wu Cheng-Han
73a8a6c32a Fix OT socket io reconnect should resend last operation 2016-10-10 20:39:02 +08:00
Cheng-Han, Wu
ee3c6b5485 Fix in firefox other client's cursor might disappear or move out of bound 2016-06-01 14:38:59 +08:00
Wu Cheng-Han
3f64ec79b7 Fixed OT not handle when selection is empty 2015-10-05 14:32:31 +08:00
Wu Cheng-Han
92493e307a Fixed OT some uncaught error and exceptions 2015-09-24 11:56:55 +08:00
Wu Cheng-Han
556338a9c6 Added support of operational transformation 2015-07-11 12:43:08 +08:00