• Robert Knight's avatar
    Add callback enabling client to test if side-by-side is active · c4f39963
    Robert Knight authored
    When the host page takes control of side-by-side mode by adding:
    
    ```
    sideBySide: { mode: 'manual' }
    ```
    
    To the client's config, the client needs a way to determine whether side-by-side
    mode was applied when the user clicks in the document. If it is applied, the
    sidebar should remain open, otherwise it should be closed.
    
    This PR adds an `isActive` callback to the `sideBySide` settings which the
    client will invoke when it needs to know if side-by-side is active or not.
    c4f39963
Name
Last commit
Last update
..
test Loading commit data...
app.ts Loading commit data...
config-func-settings-from.ts Loading commit data...
index.ts Loading commit data...
is-browser-extension.ts Loading commit data...
settings.ts Loading commit data...
url-from-link-tag.ts Loading commit data...