refactor(core): use empty arr when updating all internals (#1476)
* refactor(core): use empty arr when updating all internals * chore(changeset): add
This commit is contained in:
@@ -39,7 +39,6 @@ const initialViewportHelper: ViewportHelper = {
|
||||
*
|
||||
* @internal
|
||||
* @param state
|
||||
* @param getters
|
||||
*/
|
||||
export function useViewportHelper(state: State) {
|
||||
function zoom(scale: number, duration?: number) {
|
||||
|
||||
Reference in New Issue
Block a user