Skip to content

Commit d74fc08

Browse files
Fix selector
1 parent f11a74d commit d74fc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ var _ = Mavo.Primitive = class Primitive extends Mavo.Node {
448448

449449
let editor = this.editor ?? this.originalEditor;
450450

451-
if (editor?.matches("select:not(.mv-options-select")) {
451+
if (editor?.matches("select:not(.mv-options-select)")) {
452452
// This is a select menu that is not automatically generated from mv-options
453453
// We need to update this.options
454454

0 commit comments

Comments
 (0)