jupyter / services

This repository is deprecated. It has been moved to https://github.com/jupyterlab/jupyterlab as a sub-package
BSD 3-Clause "New" or "Revised" License
72 stars 45 forks source link

Make sure the internal state is updated before emitting #302

Closed blink1073 closed 7 years ago

blink1073 commented 7 years ago

We were emitting a path changed before setting the internal path value, meaning session.path and session.model not updated in pathChanged signal handlers.

blink1073 commented 7 years ago

cf https://github.com/jupyterlab/jupyterlab/issues/1570