@libs-ui/components-inputs-quill 0.2.226 → 0.2.228

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -644,12 +644,10 @@ class LibsUiComponentsInputsQuillComponent {
644
644
  const type = this.toolbarConfig()?.type || 'default';
645
645
  const hasIconImage = this.uploadImageConfig().showIcon ?? false;
646
646
  const hasIconPersonalize = !!this.templateToolBarPersonalize();
647
- if (this.isShowToolBar()) {
648
- untracked(() => {
649
- this.toolbarOptionsConfig.set(this.toolbarConfig()?.config || toolBarOptions(type, hasIconImage, hasIconPersonalize));
650
- this.calculatorToolbar();
651
- });
652
- }
647
+ untracked(() => {
648
+ this.toolbarOptionsConfig.set(this.toolbarConfig()?.config || toolBarOptions(type, hasIconImage, hasIconPersonalize));
649
+ this.calculatorToolbar();
650
+ });
653
651
  }));
654
652
  }
655
653
  ngOnInit() {