Skip to content

Commit

Permalink
Added Support For New Drawer (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
nteske authored Apr 22, 2021
1 parent 53eab5c commit 876f506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions widget/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,8 @@ function showOptionsDialog(topic, targetElement) {
text: 'Share with others',
})

options.enableFilter = false; //Support for new drawer

const callback = (error, result) => {
if (error) return console.error(error);
buildfire.components.drawer.closeDrawer();
Expand Down

0 comments on commit 876f506

Please sign in to comment.