fix bug 79658

This commit is contained in:
Dmitry-Ilyushechkin
2026-02-11 15:35:52 +03:00
committed by Maxim Kadushkin
parent 84a57edbd9
commit 80ef858e51

View File

@ -1168,9 +1168,7 @@ define([
props : props,
text : cell.asc_getText(),
isLock : cell.asc_getLockText(),
allowInternal: (seltype!==Asc.c_oAscSelectionType.RangeImage && seltype!==Asc.c_oAscSelectionType.RangeShape &&
seltype!==Asc.c_oAscSelectionType.RangeShapeText && seltype!==Asc.c_oAscSelectionType.RangeChart &&
seltype!==Asc.c_oAscSelectionType.RangeChartText && seltype!==Asc.c_oAscSelectionType.RangeSlicer )
allowInternal: (seltype!==Asc.c_oAscSelectionType.RangeChart && seltype!==Asc.c_oAscSelectionType.RangeChartText && seltype!==Asc.c_oAscSelectionType.RangeSlicer)
});
}