Remove the context menu buttons when removing selection

pull/1/head
yflory 8 years ago
parent 65202bd619
commit f06196c261

@ -238,6 +238,9 @@ define([
var removeSelected = function () {
$iframe.find('.selected').removeClass("selected");
var $container = $driveToolbar.find('#contextButtonsContainer');
if (!$container.length) { return; }
$container.html('');
};
var removeInput = function () {
$iframe.find('li > span:hidden').removeAttr('style');

Loading…
Cancel
Save