Skip to content

Fix tab jumping with unlimited tabs

Waqar Ahmed requested to merge work/fix-tab-jump into master

If we set the icon every time file is modified, it causes a lot of layouting resulting in the tab bar getting scrolled.

With this change instead of setting an icon, we make the text italic to show that this tab has modified content. This is more like other editors.

BUG: 440585 435780

Merge request reports