mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:51:23 +08:00
[PDF] Show hand/select tools in edit mode
This commit is contained in:
@ -1275,7 +1275,6 @@ define([
|
||||
toolbar.setVisible('ins', this.mode.isPDFEdit);
|
||||
$host.find('.annotate').toggleClass('hidden', this.mode.isPDFEdit);
|
||||
$host.find('.pdfedit').toggleClass('hidden', !this.mode.isPDFEdit);
|
||||
this.mode.isPDFEdit && me.turnOnSelectTool();
|
||||
},
|
||||
|
||||
onAppReady: function (config) {
|
||||
|
||||
@ -38,11 +38,11 @@
|
||||
<span class="btn-slot text x-huge" id="slot-btn-tb-edit-mode"></span>
|
||||
</div>
|
||||
<div class="separator long"></div>
|
||||
<div class="group annotate">
|
||||
<div class="group">
|
||||
<span class="btn-slot text x-huge" id="slot-btn-hand-tool"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-select-tool"></span>
|
||||
</div>
|
||||
<div class="separator long annotate"></div>
|
||||
<div class="separator long"></div>
|
||||
</section>
|
||||
<section class="box-panels">
|
||||
<section class="panel" data-tab="home">
|
||||
|
||||
Reference in New Issue
Block a user