[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,
|
restoreHeight: 652,
|
||||||
textRecentlyUsed: me.textRecentlyUsed,
|
textRecentlyUsed: me.textRecentlyUsed,
|
||||||
recentShapes: recents ? JSON.parse(recents) : null,
|
recentShapes: recents ? JSON.parse(recents) : null,
|
||||||
isFromImage: true
|
hideTextRect: true
|
||||||
});
|
});
|
||||||
shapePicker.on('item:click', function(picker, item, record, e) {
|
shapePicker.on('item:click', function(picker, item, record, e) {
|
||||||
if (me.api) {
|
if (me.api) {
|
||||||
|
|
|
@ -298,7 +298,7 @@ define([
|
||||||
restoreHeight: 652,
|
restoreHeight: 652,
|
||||||
textRecentlyUsed: me.textRecentlyUsed,
|
textRecentlyUsed: me.textRecentlyUsed,
|
||||||
recentShapes: recents ? JSON.parse(recents) : null,
|
recentShapes: recents ? JSON.parse(recents) : null,
|
||||||
isFromImage: true
|
hideTextRect: true
|
||||||
});
|
});
|
||||||
shapePicker.on('item:click', function(picker, item, record, e) {
|
shapePicker.on('item:click', function(picker, item, record, e) {
|
||||||
if (me.api) {
|
if (me.api) {
|
||||||
|
|
|
@ -388,7 +388,7 @@ define([
|
||||||
restoreHeight: 652,
|
restoreHeight: 652,
|
||||||
textRecentlyUsed: me.textRecentlyUsed,
|
textRecentlyUsed: me.textRecentlyUsed,
|
||||||
recentShapes: recents ? JSON.parse(recents) : null,
|
recentShapes: recents ? JSON.parse(recents) : null,
|
||||||
isFromImage: true
|
hideTextRect: true
|
||||||
});
|
});
|
||||||
shapePicker.on('item:click', function(picker, item, record, e) {
|
shapePicker.on('item:click', function(picker, item, record, e) {
|
||||||
if (me.api) {
|
if (me.api) {
|
||||||
|
|
Loading…
Reference in a new issue