Skip to content

Commit

Permalink
Add todo for odd bug in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Sep 29, 2024
1 parent a6055ed commit 7bdc1ee
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions prosemirror-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,22 @@ <h2 id="todos">Todos</h2>
</li>
<li><input type="checkbox" /> Display labels, not values, in chips?</li>
<li>
<input type="checkbox" /> Move language server to client:
<input type="checkbox" checked /> Move language server to client:
<ul>
<li><input type="checkbox" checked /> Move code and tests</li>
<li>
<input type="checkbox" /> Align typeahead interfaces with server,
simplifying structure
</li>
<li><input type="checkbox" /> ...</li>
</ul>
</li>
<li>
<input type="checkbox" checked /> Known bugs:
<ul>
<li><input type="checkbox" /> Removing the last piece of searchText before the first chip in a doc deletes content in Chrome</li>
<li><input type="checkbox" checked /> </li>
</ul>
</li>
<li>
<input type="checkbox" /> Align typeahead interfaces with server,
simplifying structure
</li>
<li>
<input type="checkbox" /> Accessibility:
<ul>
Expand Down

0 comments on commit 7bdc1ee

Please sign in to comment.