Skip to content

can't interact with editor #20

@odigity

Description

@odigity

I wanted to try this out, so I created a new Django v3.2.13 project and created a single model:

class Story(models.Model):
    title    = models.CharField(max_length=255)
    contents = TipTapTextField()

When I try to add a story in Django Admin, I see a resizable white rectangle that looks like a text box - however, I can't interact with it at all. Clicking does nothing, not even placing a cursor.

Screenshot from 2022-07-09 20-45-07

I tried both Firefox and Chromium on Ubuntu 20.04.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions