mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
"move to new window" respects note hoisting of original tab
This commit is contained in:
@@ -27,7 +27,8 @@ function index(req, res) {
|
||||
instanceName: config.General ? config.General.instanceName : null,
|
||||
appCssNoteIds: getAppCssNoteIds(),
|
||||
isDev: env.isDev(),
|
||||
isMainWindow: !req.query.extra
|
||||
isMainWindow: !req.query.extra,
|
||||
extraHoistedNoteId: req.query.extraHoistedNoteId
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user