[DE][PE][SSE] Hide text rect for crop images

This commit is contained in:
Julia Radzhabova 2022-02-15 13:33:50 +03:00
parent bd574ecb36
commit 66aba2f599
3 changed files with 3 additions and 3 deletions

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {