Skip to content

Commit

Permalink
Make sure show image actionhandler is only called once (#146)
Browse files Browse the repository at this point in the history
* Make sure show image actionhandler is only called once

* Fix #143
* showImage was called multiple time
* Close listener was therefore also registered multiple times and stopped working

Signed-off-by: Robin Windey <[email protected]>

* Adjust Playwright tests to be NC28 compatible

Signed-off-by: Robin Windey <[email protected]>

---------

Signed-off-by: Robin Windey <[email protected]>
  • Loading branch information
R0Wi authored Jun 6, 2024
1 parent f492e78 commit f2a9f74
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 27,677 deletions.
14,112 changes: 3 additions & 14,109 deletions js/fileAction.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/fileAction.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* MIT Licensed
*/

/*! @license DOMPurify 3.0.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.6/LICENSE */
/*! @license DOMPurify 3.1.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.5/LICENSE */

/**
* @copyright 2019 Christoph Wurst <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion js/fileAction.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f2a9f74

Please sign in to comment.