Hide lines

This commit is contained in:
OVSharova 2021-11-15 05:32:19 +03:00
parent e95b5fc0e7
commit 826bf5f685
3 changed files with 9 additions and 3 deletions

View file

@ -352,7 +352,9 @@ define([
restoreHeight: 640,
textRecentlyUsed: me.textRecentlyUsed,
recentShapes: recents ? JSON.parse(recents) : null,
isFromImage: true
isFromImage: true,
hideTextRect: true,
hideLines: true
});
shapePicker.on('item:click', function(picker, item, record, e) {
if (me.api) {

View file

@ -298,7 +298,9 @@ define([
restoreHeight: 640,
textRecentlyUsed: me.textRecentlyUsed,
recentShapes: recents ? JSON.parse(recents) : null,
isFromImage: true
isFromImage: true,
hideTextRect: true,
hideLines: true
});
shapePicker.on('item:click', function(picker, item, record, e) {
if (me.api) {

View file

@ -388,7 +388,9 @@ define([
restoreHeight: 640,
textRecentlyUsed: me.textRecentlyUsed,
recentShapes: recents ? JSON.parse(recents) : null,
isFromImage: true
isFromImage: true,
hideTextRect: true,
hideLines: true
});
shapePicker.on('item:click', function(picker, item, record, e) {
if (me.api) {