You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first user clicks on link element and sees balloon panel attached to this element. The second user types something before this link element. The result: link element is moving but attached balloon stays at the same position.
The text was updated successfully, but these errors were encountered:
I think it's enough to call pin() on editor.editing.view#render and it's up to the features using the BalloonPanelView to do this. The UI library should not be aware of the engine and vice-versa unless we'd like to deal with some very cumbersome dependencies in the project.
oskarwrobel
changed the title
Position of balloons should be updated on changes from collaboration
Position of balloons should be updated on external changes
Apr 24, 2017
The first user clicks on link element and sees balloon panel attached to this element. The second user types something before this link element. The result: link element is moving but attached balloon stays at the same position.
The text was updated successfully, but these errors were encountered: