• Lyza Danger Gardner's avatar
    Add `getAnnotatableRange` to IntegrationBase interface and classes · b22d2de2
    Lyza Danger Gardner authored
    Update annotator `IntegrationBase` interface to change `canAnnotate` to
    `getAnnotatableContent`. This gives the integration an opportunity to
    adjust the Range as needed (e.g. trim it) as part of validating whether
    it contains any annotatable content.
    
    Update `Guest` to check the `getAnnotatableContent` results for its
    integration when a user selects content.
    b22d2de2
guest.ts 25.3 KB