Pārlūkot izejas kodu

Fixes #2918: Remove usages of elementsCensor. (#2947)

gemini
Steven Jones pirms 8 gadiem
revīziju iesūtīja yotamberk
vecāks
revīzija
fc082d3334
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      lib/timeline/component/CustomTime.js

+ 2
- 2
lib/timeline/component/CustomTime.js Parādīt failu

@ -217,7 +217,7 @@ CustomTime.prototype._onDrag = function (event) {
this.body.emitter.emit('timechange', {
id: this.options.id,
time: new Date(this.customTime.valueOf()),
event: util.elementsCensor(event)
event: event
});
event.stopPropagation();
@ -235,7 +235,7 @@ CustomTime.prototype._onDragEnd = function (event) {
this.body.emitter.emit('timechanged', {
id: this.options.id,
time: new Date(this.customTime.valueOf()),
event: util.elementsCensor(event)
event: event
});
event.stopPropagation();

Notiek ielāde…
Atcelt
Saglabāt