Skip to content

Commit 6336ed1

Browse files
committed
Same order as arguments
1 parent 9b8e7f1 commit 6336ed1

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
django_prose_editor/static/django_prose_editor/*.map binary
2+
django_prose_editor/static/django_prose_editor/editor.* binary
3+
django_prose_editor/static/django_prose_editor/overrides.* binary

django_prose_editor/static/django_prose_editor/editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

django_prose_editor/static/django_prose_editor/editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ export const Menu = Extension.create({
8181

8282
class MenuView {
8383
constructor(editor, itemGroups) {
84-
this.items = itemGroups.flat()
8584
this.editor = editor
85+
this.items = itemGroups.flat()
8686
this.isFloating = false
8787

8888
// Create menubar element

0 commit comments

Comments
 (0)