- Fixed a bug where dbl-click at System´s child dom nodes triggers page refresh, closed #945

This commit is contained in:
Mark Friedrich
2020-04-17 14:07:26 +02:00
parent cf553b7c20
commit 9294223a49
2 changed files with 2 additions and 0 deletions

View File

@@ -2034,6 +2034,7 @@ define([
// system click events ========================================================================================
let double = function(e){
e.stopPropagation(); // if not xEditable triggers page reload #945
let system = $(this);
let headElement = $(system).find('.' + config.systemHeadNameClass);

View File

@@ -2034,6 +2034,7 @@ define([
// system click events ========================================================================================
let double = function(e){
e.stopPropagation(); // if not xEditable triggers page reload #945
let system = $(this);
let headElement = $(system).find('.' + config.systemHeadNameClass);