Skip to content

Commit

Permalink
STRIPES-918: Add a bound template option with template ID to fix th…
Browse files Browse the repository at this point in the history
…e overflowing Link tooltip issue (#63)

* STRIPES-918: Fix overflow issue with React Quill Template Link tooltip

* Update CHANGELOG.md
  • Loading branch information
alisher-epam authored May 13, 2024
1 parent dc4d1db commit 58b5968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* upgrade `react-quill` version to `2.0.0`. Refs STRIPES-896.
* Push template content through DOMPurify to avoid XSS vulnerabilities. Refs STRIPES-908.
* Add a `bound` template option with template ID to fix the overflowing Link tooltip issue. Refs STRIPES-918.

## [3.3.0](https://github.com/folio-org/stripes-template-editor/tree/v3.2.0) (2023-10-13)
[Full Changelog](https://github.com/folio-org/stripes-template-editor/compare/v3.2.0...v3.3.0)
Expand Down
1 change: 1 addition & 0 deletions src/TemplateEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ class TemplateEditor extends React.Component {
modules={this.modules}
onChange={this.onChange}
onBlur={this.onBlur}
bounds={`#${this.quillId}`}
/>
</div>
</Col>
Expand Down

0 comments on commit 58b5968

Please sign in to comment.