• Robert Knight's avatar
    Remove "enabled" state from excerpt component · e59360d2
    Robert Knight authored
    Simplify the `<excerpt>` component by removing the `enabled` property.
    This property was used to avoid the markdown editor being truncated when
    rendered inside the excerpt. However it is possible to achieve the same
    result without this property by using `ng-if`.
    
    This change will simplify porting the excerpt component to Preact and
    also paves the way to splitting the existing `<markdown>` component into
    two separate, simpler, components: One for the "view" mode and one for the "edit"
    mode.
    e59360d2
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...