• M
    Use DiposableStore in ZoneWidget · f8d03851
    Matt Bierner 提交于
    Changes the `ZoneWidget` base class to use a readonly Disposable store instead of an array of disposables. Also fix two potential bugs in `_initSash`:
    
    - `Sash` is disposable but was not registered as one
    - Calling `_initSash` multile times would leak the old sash.
    f8d03851
commentThreadWidget.ts 42.7 KB