Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 10, 2024
1 parent baff66e commit 2872478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cms/static/cms/js/modules/cms.plugins.js
Expand Up @@ -339,6 +339,7 @@ var Plugin = new Class({
_dblClickToEditHandler: function _dblClickToEditHandler(e) {
var that = this;
var disabled = $(e.currentTarget).closest('.cms-drag-disabled');

Check failure on line 342 in cms/static/cms/js/modules/cms.plugins.js

View workflow job for this annotation

GitHub Actions / frontend (18)

Trailing spaces not allowed
e.preventDefault();
e.stopPropagation();

Expand Down

0 comments on commit 2872478

Please sign in to comment.