mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 20:08:52 +08:00
[forms] fix "tips" component for desktop
This commit is contained in:
@ -1978,4 +1978,6 @@ define([
|
||||
}
|
||||
};
|
||||
DE.Controllers.Desktop = new Desktop();
|
||||
Common.Controllers = Common.Controllers || {};
|
||||
Common.Controllers.Desktop = DE.Controllers.Desktop;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user