Remove the context menu buttons when removing selection
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…
Reference in New Issue