js-uprtcl
js-uprtcl copied to clipboard
Libraries, tools and modules to create _Prtcl web apps
`EveesService.updatePerspectiveData()` build a head update computed on the current client head. However, if a new call to this method is received before the current head has been updated, two heads...
Add protections to document editor on drop to prevent document inconsistencies. Assume the editor is a tree that is rendered as a list, so rendering visually flattens the tree. The...
When the popper is inside a place with overflow hidden the popper is not shown if it overflows. Clearly. However, placing the popper outside the div is very hard. What...