Fix popover behavior when popover is open and the trigger is clicked (#211)
* Fix popover behavior when open and clicking on trigger * Remove console log * Resolve merge conflicts * Remove destructuring in favor of property access * Extract usePopover return type into an interface * Fix merge
This commit is contained in:
parent
8680f9d89e
commit
743254a6c6
17 changed files with 169 additions and 128 deletions
|
@ -1,8 +1,8 @@
|
|||
import React from 'react'
|
||||
import ReactDOM from 'react-dom'
|
||||
import App from './App'
|
||||
import type {ISheetObject} from '@theatre/core';
|
||||
import { onChange, types, val} from '@theatre/core'
|
||||
import type {ISheetObject} from '@theatre/core'
|
||||
import {onChange, types, val} from '@theatre/core'
|
||||
import studio from '@theatre/studio'
|
||||
import extension from '@theatre/r3f/dist/extension'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue