-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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.
I tried both Firefox and Chromium on Ubuntu 20.04.
Metadata
Metadata
Assignees
Labels
No labels
