RyanofTinellb / Smeagol

A suite of programs for creating and maintaining a constructed language website.
http://www.tinellb.com
0 stars 0 forks source link

Unable to scroll some headings #28

Closed RyanofTinellb closed 5 years ago

RyanofTinellb commented 5 years ago
File "~cwsmeagol\editor\site_editor.py", line 144, in scroll_headings
    while self.entry.level < level:
AttributeError: 'dict' object has no attribute 'level'

This does not occur when scrolling up or sideways, only down.

RyanofTinellb commented 5 years ago

Easiest fix ever!