Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a stack shows editing lines even when not in edit mode #1409

Closed
4ndygriffiths opened this issue Oct 24, 2014 · 0 comments
Closed

Adding a stack shows editing lines even when not in edit mode #1409

4ndygriffiths opened this issue Oct 24, 2014 · 0 comments
Assignees
Milestone

Comments

@4ndygriffiths
Copy link

When adding a stack to a page, like so:

$stack = Stack::getByName('logo');
if(is_object($stack)) {
$stack->display();
}

Even when not in edit mode, when hovering over the content with in the stack shows the surrounding border like in edit mode. See attached screenshot.
stack-screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants