Merge pull request 'fix bug 79658' (#971) from fix/bug-79658 into release/v9.3.0

This commit is contained in:
Maxim Kadushkin
2026-02-11 13:21:32 +00:00

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)
});
}