Fix extension selector in pad export

This commit is contained in:
yflory 2020-01-16 17:51:02 +01:00
parent b80d3cf24f
commit cb6f0513a2

View file

@ -2969,6 +2969,9 @@ define([
var to;
$container.on('click', 'a', function () {
value = $(this).data('value');
var $val = $(this);
var textValue = $val.html() || value;
$button.find('.cp-dropdown-button-title').html(textValue);
});
$container.keydown(function (e) {
var $value = $innerblock.find('[data-value].cp-dropdown-element-active:visible');