[DE][PE][SSE] Hide text rect for crop images
This commit is contained in:
parent
bd574ecb36
commit
66aba2f599
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue