The Title.changed
signal could emit some detail about the change
#553
Labels
enhancement
New feature or request
Problem
In jupyterlab/jupyterlab#13676 (comment) we would like to filter out updates caused by tab switch, which changes
className
of tab title leading to the signal being emitted:lumino/packages/widgets/src/title.ts
Lines 225 to 231 in 06a87ea
However, sine it is emitted with
undefined
, we cannot distinguish the cause of the change and filter out specific updates.Proposed Solution
Change the signal to include the update information.
The text was updated successfully, but these errors were encountered: