1
0
mirror of synced 2026-08-04 01:07:06 +00:00

FIX: Edit Table button appearing in all <table> elements (#12)

This commit is contained in:
Keegan George
2022-08-11 11:12:01 -07:00
committed by GitHub
parent 4289145268
commit dacdd1cc4e
@@ -90,7 +90,7 @@ export default apiInitializer("0.11.1", (api) => {
}
schedule("afterRender", () => {
const tables = post.querySelectorAll("table");
const tables = post.querySelectorAll(".md-table table");
generatePopups(tables, helper.widget.attrs);
});
},