Skip to content

Commit

Permalink
#439 DrawTool - Add Advanced Search and Filter UI to Shapes Tab (#440)
Browse files Browse the repository at this point in the history
* #439 DrawTool Shape Tab Filter

* #439 DrawTool - Features Tab filter 2
  • Loading branch information
tariqksoliman committed Oct 13, 2023
1 parent 73b84d8 commit c52bdfc
Show file tree
Hide file tree
Showing 11 changed files with 11,085 additions and 3,509 deletions.
3 changes: 2 additions & 1 deletion API/setups.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ let getBackendSetups = (cb) => {

cb({
init: (s) => {
for (let f in setups)
for (let f in setups) {
if (typeof setups[f].onceInit === "function") setups[f].onceInit(s);
}
},
started: (s) => {
for (let f in setups)
Expand Down
12,674 changes: 9,777 additions & 2,897 deletions package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit c52bdfc

Please sign in to comment.