Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix broken editor rendering after changing font size on guest portals #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 10, 2017

  1. Fix broken editor rendering after changing font size on guest portals

    When editor styles change, Atom notifies only editor components that are
    attached to the DOM at the moment of the change. Thus, if the element we
    are about to add had already been rendered, we will preemptively clear
    all its styling information to ensure it will render correctly even if
    some styles changed while it was not attached to the DOM.
    Antonio Scandurra committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    89787fc View commit details
    Browse the repository at this point in the history