Skip to content

Commit 4ef3638

Browse files
authored
Enable property pane event listeners, so that it is contained within the viewport properly when it's size updates (#398)
1 parent eb7dcd6 commit 4ef3638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/client/src/pages/Editor/Popper.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export default (props: PopperProps) => {
5656
},
5757
},
5858
);
59-
_popper.disableEventListeners();
6059
return () => {
6160
_popper.destroy();
6261
};

0 commit comments

Comments
 (0)