mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 18:27:59 +08:00
[DE][PE][SSE] Hide text rect for crop images
This commit is contained in:
@ -352,7 +352,7 @@ define([
|
||||
restoreHeight: 652,
|
||||
textRecentlyUsed: me.textRecentlyUsed,
|
||||
recentShapes: recents ? JSON.parse(recents) : null,
|
||||
isFromImage: true
|
||||
hideTextRect: true
|
||||
});
|
||||
shapePicker.on('item:click', function(picker, item, record, e) {
|
||||
if (me.api) {
|
||||
|
||||
@ -298,7 +298,7 @@ define([
|
||||
restoreHeight: 652,
|
||||
textRecentlyUsed: me.textRecentlyUsed,
|
||||
recentShapes: recents ? JSON.parse(recents) : null,
|
||||
isFromImage: true
|
||||
hideTextRect: true
|
||||
});
|
||||
shapePicker.on('item:click', function(picker, item, record, e) {
|
||||
if (me.api) {
|
||||
|
||||
@ -388,7 +388,7 @@ define([
|
||||
restoreHeight: 652,
|
||||
textRecentlyUsed: me.textRecentlyUsed,
|
||||
recentShapes: recents ? JSON.parse(recents) : null,
|
||||
isFromImage: true
|
||||
hideTextRect: true
|
||||
});
|
||||
shapePicker.on('item:click', function(picker, item, record, e) {
|
||||
if (me.api) {
|
||||
|
||||
Reference in New Issue
Block a user