Tern webworker causing hint flickering

Using the CodeMirror tern webworker:

Press Control + Space (or whatever invokes server.complete)
Type Array, or any completion definition
Notice the doc hints div flickers

Verified that disabling the webworker fixes the issue

Patch 78c619e7117b6e should help here.

Fix validated

Thanks
M@