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

при закрытии панели с опцией :backdrop="false" #4069

Closed
maxjust opened this issue Aug 24, 2022 · 0 comments
Closed

Comments

@maxjust
Copy link

maxjust commented Aug 24, 2022

vue 3 framework 7.0.7 (vite)
при закрытии панели с опцией :backdrop="false"

код панели

<f7-panel class="right-panel-2" :backdrop="false" swipe right reveal dark>
	<f7-view>
		<f7-page>
			<f7-navbar title="Right Panel"></f7-navbar>
			<f7-block>Right panel content goes here</f7-block>
		</f7-page>
	</f7-view>
</f7-panel>

stracktrace

swipe-panel.js:193 Uncaught TypeError: Cannot read properties of undefined (reading 'transform')
    at Framework7.handleTouchMove (swipe-panel.js:193:21)
    at events-class.js:96:24
    at Array.forEach (<anonymous>)
    at events-class.js:95:18
    at Array.forEach (<anonymous>)
    at Framework7.emit (events-class.js:89:17)
    at emitAppTouchEvent (touch.js:434:9)
    at HTMLDocument.appTouchMoveActive (touch.js:449:5)
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

1 participant