Fix bug (special paste)

This commit is contained in:
Julia Radzhabova 2018-11-13 18:06:00 +03:00
parent 9143a576de
commit 3375421cb7
3 changed files with 3 additions and 0 deletions

View file

@ -614,6 +614,7 @@ define([
var coord = specialPasteShowOptions.asc_getCellCoord(),
pasteContainer = me.cmpEl.find('#special-paste-container'),
pasteItems = specialPasteShowOptions.asc_getOptions();
if (!pasteItems) return;
// Prepare menu container
if (pasteContainer.length < 1) {

View file

@ -1508,6 +1508,7 @@ define([
var coord = specialPasteShowOptions.asc_getCellCoord(),
pasteContainer = me.cmpEl.find('#special-paste-container'),
pasteItems = specialPasteShowOptions.asc_getOptions();
if (!pasteItems) return;
// Prepare menu container
if (pasteContainer.length < 1) {

View file

@ -1959,6 +1959,7 @@ define([
coord = specialPasteShowOptions.asc_getCellCoord(),
pasteContainer = documentHolderView.cmpEl.find('#special-paste-container'),
pasteItems = specialPasteShowOptions.asc_getOptions();
if (!pasteItems) return;
// Prepare menu container
if (pasteContainer.length < 1) {