From 4923bc403a3661ba8d0a9009193e508c68e6af71 Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 15 Sep 2020 18:09:28 -0400 Subject: changed tools to not be removable from colelctoin --- src/client/util/CurrentUserUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/util') diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 891cc28fd..4bfa479a1 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -503,7 +503,7 @@ export class CurrentUserUtils { } const buttons = CurrentUserUtils.creatorBtnDescriptors(doc).filter(d => !alreadyCreatedButtons?.includes(d.title)); const creatorBtns = buttons.map(({ title, toolTip, icon, ignoreClick, drag, click, ischecked, activeInkPen, backgroundColor, dragFactory, noviceMode, clickFactory }) => Docs.Create.FontIconDocument({ - _nativeWidth: 50, _nativeHeight: 50, _width: 35, _height: 35, + _nativeWidth: 50, _nativeHeight: 50, _width: 35, _height: 35, _stayInCollection: true, icon, title, toolTip, -- cgit v1.2.3-70-g09d2