Use "Theatre.js" for name consistency
Co-authored-by: Fülöp <fulopkovacs@users.noreply.github.com>
This commit is contained in:
parent
217f191981
commit
984a61347f
17 changed files with 31 additions and 31 deletions
|
@ -4,7 +4,7 @@ import studio from '@theatre/studio'
|
|||
import {getProject} from '@theatre/core'
|
||||
import {Scene} from './Scene'
|
||||
/**
|
||||
* This is a basic example of using Theatre for manipulating the DOM.
|
||||
* This is a basic example of using Theatre.js for manipulating the DOM.
|
||||
*
|
||||
* It also uses {@link IStudio.selection | studio.selection} to customize
|
||||
* the selection behavior.
|
||||
|
|
|
@ -125,7 +125,7 @@ const EditableProxy: VFC<EditableProxyProps> = ({storeKey, object}) => {
|
|||
useExtensionStore.getState().editables[storeKey].sheetObject
|
||||
|
||||
if (!theatreObject) {
|
||||
console.log('no theatre object for', storeKey)
|
||||
console.log('no Theatre.js object for', storeKey)
|
||||
} else {
|
||||
studio.setSelection([theatreObject])
|
||||
}
|
||||
|
@ -172,7 +172,7 @@ const EditableProxy: VFC<EditableProxyProps> = ({storeKey, object}) => {
|
|||
useExtensionStore.getState().editables[storeKey].sheetObject
|
||||
|
||||
if (!theatreObject) {
|
||||
console.log('no theatre object for', storeKey)
|
||||
console.log('no Theatre.js object for', storeKey)
|
||||
} else {
|
||||
studio.setSelection([theatreObject])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue