We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315242b commit a01f677Copy full SHA for a01f677
1 file changed
src/components/FloatingToolbar/index.jsx
@@ -87,6 +87,9 @@ function FloatingToolbar(props) {
87
props.container.className = 'chatgptbox-toolbar-container-not-queryable'
88
setCloseable(true)
89
}}
90
+ onUpdate={() => {
91
+ updatePosition()
92
+ }}
93
/>
94
</div>
95
0 commit comments