mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
add comment
This commit is contained in:
parent
67f84c9210
commit
74bdec9cab
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@ class UtilObject {
|
|||
window.setTimeout(() => S.Popup.open('page', param), S.Popup.getTimeout());
|
||||
};
|
||||
|
||||
/**
|
||||
Opens object based on user setting 'Open objects in fullscreen mode'
|
||||
*/
|
||||
openConfig (object: any, param?: any) {
|
||||
S.Common.fullscreenObject ? this.openAuto(object, param) : this.openPopup(object, param);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue