Skip to content

No toolbar in Vanilla JavaScript #3785

Description

@jcubic

What happened?

I created a basic editor with Vanilla JavaScript using information from README. And there is no toolbar.

Used this code:

<div id="uperdoc-toolbar"></siv>
<div id="superdoc"></div>
const superdoc = new SuperDoc({
  selector: '#superdoc',
  toolbar: '#superdoc-toolbar',
  documentMode: 'editing',
});

Steps to reproduce

  1. Open Demo https://codepen.io/jcubic/pen/XJpeEZW

SuperDoc version

1.43.2

Browser

Other

Additional context

I use Helium (Chromium with V2 manifest extensions).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions