Compare commits

...

1 commit

Author SHA1 Message Date
OVSharova 826bf5f685 Hide lines 2021-11-15 05:32:19 +03:00
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) {