mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 19:35:27 +08:00
fix bug 79658
This commit is contained in:
committed by
Maxim Kadushkin
parent
84a57edbd9
commit
80ef858e51
@ -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)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user