Skip to content

Commit

Permalink
コンテンツ管理ちらつき軽減
Browse files Browse the repository at this point in the history
  • Loading branch information
seto1 committed Jun 26, 2024
1 parent 59b7dd2 commit 36725cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"editDisabled":"<?php echo $editDisabled ?>",
"manageDisabled":"<?php echo $manageDisabled ?>",
"deleteDisabled":"<?php echo !$isContentDeletable ?>"
}'<?php if ($open): ?> class="jstree-open"<?php endif ?>
}'class="<?php if ($open): ?>jstree-open<?php endif ?> display-none"
><?php
echo h($content->title);
if (!empty($content->children)) {
Expand Down

0 comments on commit 36725cb

Please sign in to comment.