mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-02-16 16:34:41 +00:00
FIX: Edit Table button appearing in all <table>
elements (#12)
This commit is contained in:
parent
4289145268
commit
dacdd1cc4e
@ -90,7 +90,7 @@ export default apiInitializer("0.11.1", (api) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
schedule("afterRender", () => {
|
schedule("afterRender", () => {
|
||||||
const tables = post.querySelectorAll("table");
|
const tables = post.querySelectorAll(".md-table table");
|
||||||
generatePopups(tables, helper.widget.attrs);
|
generatePopups(tables, helper.widget.attrs);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user