mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 18:54:54 +08:00
Merge pull request 'fix bug 79658' (#971) from fix/bug-79658 into release/v9.3.0
This commit is contained in:
@ -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