Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[snippets] dictの値が書き換わってしまう #21

Closed
shimajima-eiji opened this issue Feb 4, 2020 · 1 comment
Closed

[snippets] dictの値が書き換わってしまう #21

shimajima-eiji opened this issue Feb 4, 2020 · 1 comment

Comments

@shimajima-eiji
Copy link
Owner

funtion() {
  const s = new snippets.SpreadSheet();
 
 s.getSheet('other sheet id');
  Logger.log(s.dict());
  new snippets.getProperties();
  Logger.log(s.dict());
}

で再現できる。
IDはgetActiveのものだった。

@shimajima-eiji
Copy link
Owner Author

ver48で再現できなくなった、理由は不明

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant