Skip to content
Snippets Groups Projects
user avatar
jojohoch authored
When the user exits selecting between paragraphs, the offset of the
end container is set to 0. In Firefox this always (in Chrome sometimes)
leads to a misinterpretation of the selection. Therefore, the offset
is manipulated.

When the user finishes selecting between paragraphs and the selection
happens from back to front, Firefox does not consider the start
container as a selected child node. Therefore, it is added to the
list of selected nodes at the beginning.
89d8bad1
History

Verona Modules Aspect

Repository for the Aspect Editor and Player. The applications have a shared code base, but can be run/built separately.

Both conform to the Verona API definition:

Editor-API

Player-API

Development Version

npm run start-editor-local

or

npm run start-player-local

Production Build

npm run build-editor-prod

or

npm run build-player-prod

Development

NPM version: 6,7,8