clean up
This commit is contained in:
@@ -222,7 +222,9 @@ class DartFilamentJSExportViewer {
|
|||||||
viewer.removeEntity(entity).toJS;
|
viewer.removeEntity(entity).toJS;
|
||||||
|
|
||||||
@JSExport()
|
@JSExport()
|
||||||
JSPromise clearEntities() => viewer.clearEntities().toJS;
|
JSPromise clearEntities() {
|
||||||
|
return viewer.clearEntities().toJS;
|
||||||
|
}
|
||||||
|
|
||||||
@JSExport()
|
@JSExport()
|
||||||
JSPromise zoomBegin() => viewer.zoomBegin().toJS;
|
JSPromise zoomBegin() => viewer.zoomBegin().toJS;
|
||||||
|
|||||||
Reference in New Issue
Block a user